1
0
Fork 0

Home Assistant Git Exporter

main
31c0fe9c6dbd74bcdde92e1d2aaa03e1d272f75f 2023-06-14 12:25:26 +10:00
parent e5a1b670c7
commit 92ba6cc700
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ automation:
- "on" - "on"
variables: variables:
delta: "{{ (state_attr('climate.living_room_a_c', 'current_temperature') - state_attr('climate.living_room_a_c', 'temperature')) | abs }}" delta: "{{ (state_attr('climate.living_room_a_c', 'current_temperature') - state_attr('climate.living_room_a_c', 'temperature')) | abs }}"
condition: "{{ not 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:
- conditions: | - conditions: |