Fix default_target_temperature

It also updates the page home when thermostat status changes (for the chips).
Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6897727
This commit is contained in:
Edward Firmo
2023-09-03 18:26:02 +02:00
parent 9563dba722
commit 20ef25ecb5
3 changed files with 10 additions and 10 deletions

View File

@@ -48,8 +48,8 @@ climate:
internal: false
on_state:
- logger.log: Climate state changed - Start
- script.execute:
id: addon_climate_update_page_climate
- script.execute: addon_climate_update_page_climate
- script.execute: addon_climate_update_page_home
- logger.log: Climate state changed - End
###### All the code bellow this point is shared between addon_climate_cool and addon_climate_heat #####