mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Automate dashboard mode
This commit is contained in:
@@ -38,6 +38,7 @@ cards:
|
|||||||
- automation.titanium_notify_on_vibration_sensor_move
|
- automation.titanium_notify_on_vibration_sensor_move
|
||||||
- automation.speech_enable_when_meeting_is_over
|
- automation.speech_enable_when_meeting_is_over
|
||||||
- automation.speech_disable_when_meeting_starts
|
- automation.speech_disable_when_meeting_starts
|
||||||
|
- automation.hallway_tablet_set_to_home_after_10_minutes
|
||||||
|
|
||||||
- type: entities
|
- type: entities
|
||||||
title: Presence
|
title: Presence
|
||||||
|
|||||||
@@ -7,3 +7,18 @@ input_select:
|
|||||||
- "Leaving"
|
- "Leaving"
|
||||||
- "Coming Home"
|
- "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"
|
||||||
|
|||||||
@@ -18,6 +18,10 @@ script:
|
|||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
- service: script.security_camera_off
|
- service: script.security_camera_off
|
||||||
- service: script.routine_coming_home_after_sunset
|
- service: script.routine_coming_home_after_sunset
|
||||||
|
- service: input_select.select_option
|
||||||
|
entity_id: input_select.hallway_dashboard_mode
|
||||||
|
data:
|
||||||
|
option: "Coming Home"
|
||||||
- service: script.toshiba_ac_on_cool_if_hot
|
- service: script.toshiba_ac_on_cool_if_hot
|
||||||
- service: script.sonos_join_bedroom
|
- service: script.sonos_join_bedroom
|
||||||
- service: script.routine_coming_home_welcome_home
|
- service: script.routine_coming_home_welcome_home
|
||||||
|
|||||||
Reference in New Issue
Block a user