Optionally boot up K's computer when running "Alexa, basement on"
This commit is contained in:
10
scripts.yaml
10
scripts.yaml
@ -250,6 +250,16 @@ basement_on:
|
||||
data: {}
|
||||
target:
|
||||
entity_id: media_player.basement_tv
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 1
|
||||
milliseconds: 0
|
||||
- service: script.activate_alexa_actionable_notification
|
||||
data_template:
|
||||
text: 'Would you like me to turn on the computer for Kallen?'
|
||||
event_id: 'actionable_notification_kallen_computer_on'
|
||||
alexa_device: "{{ states('sensor.last_alexa') }}"
|
||||
mode: single
|
||||
icon: hue:room-stairs
|
||||
start_youtube_basement:
|
||||
|
Reference in New Issue
Block a user