Supports new weather.get_forecasts

Solves #1377
This commit is contained in:
Edward Firmo
2023-12-04 09:07:54 +01:00
parent f37ae5b1ce
commit 961b2c3f4d
2 changed files with 22 additions and 11 deletions

View File

@@ -19,9 +19,9 @@ So at this release we concentrated on cleaning up de code everywhere and shave s
Since in this update lots of input to the blueprint changed, we highly recommend you review your settings and make sure all fields have the correct selection. We did our best to support your legacy settings and avoid breaking your system, but please double check your settings if you see something not working as expected.
### Files that need to be reloaded:
1. nspanel_eu.tft, nspanel_us.tft or nspanel_us_land.tft - v4.1.2
2. nspanel_esphome.yaml - v4.1.2
3. nspanel_blueprint.yaml - v4.1.2
1. nspanel_eu.tft, nspanel_us.tft or nspanel_us_land.tft - v4.1.4
2. nspanel_esphome.yaml - v4.1.4
3. nspanel_blueprint.yaml - v4.1.4
####
@@ -103,6 +103,8 @@ packages:
- Upload TFT remove dependency to from ESPHome Nextion component
- Fix light icon color on buttons
- Fix climate page not updating properly
- 4.1.4 patch:
- Supports new `weather.get_forecasts` introduced by Home Assistant 2023.12.0
 
## Details of noteworthy changes