Remove redundant refresh calls

Solves #1529
This commit is contained in:
Edward Firmo
2024-01-04 23:02:48 +01:00
parent f77c7efbd6
commit 37f2606aed
3 changed files with 11 additions and 22 deletions

View File

@@ -160,7 +160,7 @@ script:
- lambda: |-
// Update chips
if (id(is_embedded_thermostat))
id(update_climate_icon).execute("home.icon_top_03", int(thermostat_embedded->action), int(thermostat_embedded->mode));
update_climate_icon->execute("home.icon_top_03", int(thermostat_embedded->action), int(thermostat_embedded->mode));
- id: !extend set_climate
then: