1
0
Fork 0

Home Assistant Git Exporter

main
31c0fe9c6dbd74bcdde92e1d2aaa03e1d272f75f 2023-06-14 18:25:31 +10:00
parent 2c73b6a6f1
commit 1aed5b4be7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ automation:
- unknown - unknown
- "on" - "on"
variables: 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')) }}" condition: "{{ not (is_state('climate.living_room_a_c', 'off') or is_state('switch.living_room_a_c_jet_mode', 'on')) }}"
action: action:
- choose: - choose: