Changed how the bedroom light is triggered when I go upstairs
This commit is contained in:
11
scripts.yaml
11
scripts.yaml
@ -233,11 +233,12 @@ going_upstairs:
|
|||||||
text: 'Would you like me to shut down your computer?'
|
text: 'Would you like me to shut down your computer?'
|
||||||
event_id: 'actionable_notification_shutdown_computer'
|
event_id: 'actionable_notification_shutdown_computer'
|
||||||
alexa_device: 'media_player.basement_echo_dot'
|
alexa_device: 'media_player.basement_echo_dot'
|
||||||
- delay:
|
- wait_for_trigger:
|
||||||
hours: 0
|
- platform: state
|
||||||
minutes: 2
|
entity_id:
|
||||||
seconds: 0
|
- binary_sensor.upstairs_bathroom_motion
|
||||||
milliseconds: 0
|
to: 'on'
|
||||||
|
timeout: 00:05:00
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
data:
|
data:
|
||||||
option: Side Nightlight
|
option: Side Nightlight
|
||||||
|
Reference in New Issue
Block a user