Fix update of detailed page when other entity got updated
- Solves #1225 - Solves #1235 - Solves #1242
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user