Fix update of detailed page when other entity got updated

- Solves #1225
- Solves #1235
- Solves #1242
This commit is contained in:
Edward Firmo
2023-11-09 09:59:02 +01:00
parent 44ab4adc43
commit 0db04942d6
3 changed files with 21 additions and 19 deletions

View File

@@ -70,7 +70,7 @@ script:
then:
- lambda: |-
// Update home.climate_entity variable
detailed_entity_id->publish_state((id(is_embedded_thermostat)) ? "embedded_climate" : "");
detailed_entity->publish_state((id(is_embedded_thermostat)) ? "embedded_climate" : "");
disp1->set_component_value("climate.embedded", (id(is_embedded_thermostat)) ? 1 : 0);
// Update chips
if (id(is_embedded_thermostat))