mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 18:28:43 +00:00
Include Guest Bedroom in house mode
This commit is contained in:
@@ -26,6 +26,10 @@ automation:
|
||||
platform: state
|
||||
entity_id: input_select.hallway_dashboard_mode
|
||||
to: "Leaving"
|
||||
condition:
|
||||
condition: state
|
||||
entity_id: input_boolean.guest_bedroom
|
||||
state: "off"
|
||||
action:
|
||||
- service: script.say
|
||||
data:
|
||||
@@ -40,5 +44,6 @@ automation:
|
||||
- service: script.say
|
||||
data:
|
||||
message: "Goodbye!"
|
||||
# TODO: add conditions
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.georgi_home
|
||||
|
||||
Reference in New Issue
Block a user