2 Commits

Author SHA1 Message Date
Edward Firmo
93050ae34b Validate beta only on demand
To reduce number of unnecessary runs (when no beta is available)
2023-11-27 11:15:36 +01:00
Edward Firmo
ee50d69f03 custom buttons icons not updating on Home page 2023-11-27 10:15:53 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -2,9 +2,9 @@ name: Validate ESPHome (beta)
on:
workflow_dispatch:
pull_request:
paths:
- "nspanel_esphome*.yaml"
#pull_request:
# paths:
# - "nspanel_esphome*.yaml"
#schedule:
#- cron: "0 0 * * *"

View File

@@ -97,6 +97,7 @@ packages:
- Fix for button image update when local fallback is enabled.
- 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.
- Fix custom buttons icons not updating on Home page
 
## Details of noteworthy changes