1
0
Fork 0

Home Assistant Git Exporter

main
31c0fe9c6dbd74bcdde92e1d2aaa03e1d272f75f 2023-06-14 13:25:24 +10:00
parent 92ba6cc700
commit 2c73b6a6f1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ automation:
- unavailable - unavailable
- unknown - unknown
entity_id: climate.living_room_a_c entity_id: climate.living_room_a_c
condition: "{{ not is_state('switch.living_room_a_c_ionizer', 'on') }}" condition: "{{ not (is_state('climate.living_room_a_c', 'off') or is_state('switch.living_room_a_c_ionizer', 'on')) }}"
action: action:
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.living_room_a_c_ionizer entity_id: switch.living_room_a_c_ionizer