mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-09 23:02:59 +00:00
Fix meeting automation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user