mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-19 18:24:04 +02:00
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:
parent
8696092879
commit
e9297d562f
7 changed files with 447 additions and 51 deletions
8
.github/workflows/update-readme.yml
vendored
8
.github/workflows/update-readme.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue