Fix meeting automation

This commit is contained in:
2021-06-29 15:22:57 +03:00
parent 5fe73ac834
commit 4e256e99eb
+2 -2
View File
@@ -30,8 +30,8 @@ automation:
trigger: trigger:
platform: state platform: state
entity_id: binary_sensor.in_a_meeting entity_id: binary_sensor.in_a_meeting
from: "off" from: "on"
to: "on" to: "off"
action: action:
- service: script.open_living_room_cover - service: script.open_living_room_cover
- service: input_boolean.turn_on - service: input_boolean.turn_on