Cleanup after add_to_platform_abort is called, try-except intercept, update strings.json, fixes #658 (#659)

* Cleanup after add_to_platform_abort is called, fixes #658

* Add note

* try-catch because of priv

* Catch all exceptions

* Bump to 1.17.3 in manifest.json

* assert that hass is not None

* Rename _light_event_action -> _light_state_event_action

* update .github/update-strings.py

* Update README.md, strings.json, and services.yaml

* update name

* Fixes

* Update README.md, strings.json, and services.yaml

* Add name

* Do not add name

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Bas Nijholt 2023-07-26 12:52:03 -07:00 committed by GitHub
commit e9297d562f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 447 additions and 51 deletions

View file

@ -1,4 +1,4 @@
name: Update README.md
name: Update README.md, strings.json, and services.yaml
on:
push:
@ -34,12 +34,12 @@ jobs:
- name: Run markdown-code-runner
run: markdown-code-runner --debug README.md
- name: Run update strings.json
run: python .github/update-strings.py
- name: Run update services.yaml
run: python .github/update-services.py
- name: Run update strings.json
run: python .github/update-strings.py
- name: Commit updated README.md, strings.json, and services.yaml
id: commit
run: |