From 1aed5b4be7289f8fd3c8a0c0e7106cec5403afcf Mon Sep 17 00:00:00 2001 From: 31c0fe9c6dbd74bcdde92e1d2aaa03e1d272f75f Date: Wed, 14 Jun 2023 18:25:31 +1000 Subject: [PATCH] Home Assistant Git Exporter --- config/packages/climate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/climate.yaml b/config/packages/climate.yaml index ad269d1..a1a1c17 100644 --- a/config/packages/climate.yaml +++ b/config/packages/climate.yaml @@ -68,7 +68,7 @@ automation: - unknown - "on" variables: - delta: "{{ (state_attr('climate.living_room_a_c', 'current_temperature') - state_attr('climate.living_room_a_c', 'temperature')) | abs }}" + delta: "{{ (states('sensor.area_temperature_degc_living_room') | float - state_attr('climate.living_room_a_c', 'temperature') | float) | abs }}" condition: "{{ not (is_state('climate.living_room_a_c', 'off') or is_state('switch.living_room_a_c_jet_mode', 'on')) }}" action: - choose: