@@ -77,9 +77,9 @@ script:
|
||||
then:
|
||||
- lambda: |-
|
||||
ESP_LOGV("script.addon_climate_update_page_home", "Starting");
|
||||
// Update home.entity variable
|
||||
ESP_LOGV("script.addon_climate_update_page_home", "Update home.entity variable: %s", (id(is_embedded_thermostat)) ? "embedded_climate" : "");
|
||||
id(disp1).set_component_text_printf("home.entity", (id(is_embedded_thermostat)) ? "embedded_climate" : "");
|
||||
// Update home.climate_entity variable
|
||||
ESP_LOGV("script.addon_climate_update_page_home", "Update home.climate_entity variable: %s", (id(is_embedded_thermostat)) ? "embedded_climate" : "");
|
||||
id(disp1).set_component_text_printf("home.climate_entity", (id(is_embedded_thermostat)) ? "embedded_climate" : "");
|
||||
// Update chips
|
||||
if (id(is_embedded_thermostat))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user