mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 11:44:43 +00:00
Automate dashboard mode
This commit is contained in:
@@ -7,3 +7,18 @@ input_select:
|
||||
- "Leaving"
|
||||
- "Coming Home"
|
||||
|
||||
|
||||
|
||||
automation:
|
||||
- alias: "Hallway tablet · Set to home after 10 minutes"
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_select.hallway_dashboard_mode
|
||||
to: "Coming Home"
|
||||
for:
|
||||
minutes: 10
|
||||
action:
|
||||
- service: input_select.select_option
|
||||
entity_id: input_select.hallway_dashboard_mode
|
||||
data:
|
||||
option: "Home"
|
||||
|
||||
Reference in New Issue
Block a user