From 4bf8d9060eec457c7114e2d954cff9762b834daa Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Fri, 30 Apr 2021 10:59:29 +0300 Subject: [PATCH] Update AC --- config/packages/devices/living_room/toshiba_ac.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/packages/devices/living_room/toshiba_ac.yaml b/config/packages/devices/living_room/toshiba_ac.yaml index c2dc78b..9a9ce9a 100644 --- a/config/packages/devices/living_room/toshiba_ac.yaml +++ b/config/packages/devices/living_room/toshiba_ac.yaml @@ -84,7 +84,7 @@ script: - condition: and conditions: - condition: template - value_template: "{{ states('sensor.trisensor_temperature')|float > states('input_number.toshiba_trigger_temp')|float }}" + value_template: "{{ states('sensor.multisensor_6_temperature')|float > states('input_number.toshiba_trigger_temp')|float }}" - condition: numeric_state entity_id: sensor.dark_sky_apparent_temperature above: 23 @@ -106,7 +106,7 @@ automation: - alias: Climate · AC · Turn on if hot trigger: - platform: template - value_template: "{{ states('sensor.trisensor_temperature')|float > states('input_number.toshiba_trigger_temp')|float }}" + value_template: "{{ states('sensor.multisensor_6_temperature')|float > states('input_number.toshiba_trigger_temp')|float }}" - platform: state entity_id: - binary_sensor.living_room_right_window @@ -123,7 +123,7 @@ automation: # TODO: this below trigger works only for summer :) - platform: numeric_state - entity_id: sensor.trisensor_temperature + entity_id: sensor.multisensor_6_temperature below: 20 - platform: state