Compare commits
2 Commits
06f145a11c
...
93050ae34b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93050ae34b | ||
|
|
ee50d69f03 |
6
.github/workflows/validate_esphome_beta.yml
vendored
6
.github/workflows/validate_esphome_beta.yml
vendored
@@ -2,9 +2,9 @@ name: Validate ESPHome (beta)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
#pull_request:
|
||||||
paths:
|
# paths:
|
||||||
- "nspanel_esphome*.yaml"
|
# - "nspanel_esphome*.yaml"
|
||||||
#schedule:
|
#schedule:
|
||||||
#- cron: "0 0 * * *"
|
#- cron: "0 0 * * *"
|
||||||
|
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ packages:
|
|||||||
- Fix for button image update when local fallback is enabled.
|
- Fix for button image update when local fallback is enabled.
|
||||||
- Don't show thermostat chip when state is `auto` and no action is available.
|
- Don't show thermostat chip when state is `auto` and no action is available.
|
||||||
- Fallback to legacy forecast (attributes based) when new method (service based) fails.
|
- Fallback to legacy forecast (attributes based) when new method (service based) fails.
|
||||||
|
- Fix custom buttons icons not updating on Home page
|
||||||
|
|
||||||
|
|
||||||
## Details of noteworthy changes
|
## Details of noteworthy changes
|
||||||
|
|||||||
Reference in New Issue
Block a user