New sensor detailed_entity_id
This commit is contained in:
@@ -70,7 +70,7 @@ script:
|
|||||||
then:
|
then:
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
// Update home.climate_entity variable
|
// Update home.climate_entity variable
|
||||||
id(entity_id) = (id(is_embedded_thermostat)) ? "embedded_climate" : "";
|
detailed_entity_id->publish_state((id(is_embedded_thermostat)) ? "embedded_climate" : "");
|
||||||
disp1->set_component_value("climate.embedded", (id(is_embedded_thermostat)) ? 1 : 0);
|
disp1->set_component_value("climate.embedded", (id(is_embedded_thermostat)) ? 1 : 0);
|
||||||
// Update chips
|
// Update chips
|
||||||
if (id(is_embedded_thermostat))
|
if (id(is_embedded_thermostat))
|
||||||
|
|||||||
Reference in New Issue
Block a user