Fixed voices on some actionable notifications
This commit is contained in:
Submodule node-red/projects/NerdFlows updated: 9c3cd70ca2...ae0b14440d
@ -28,7 +28,7 @@ automation:
|
|||||||
- service: script.activate_alexa_actionable_notification
|
- service: script.activate_alexa_actionable_notification
|
||||||
data:
|
data:
|
||||||
text: >-
|
text: >-
|
||||||
<voice name='Brian'><prosody rate='150%'>The furnace room light is on, should I turn it off?</prosody></voice>
|
<voice name='Joanna'><prosody rate='150%'>The furnace room light is on, should I turn it off?</prosody></voice>
|
||||||
event_id: 'actionable_notification_furnace_room_light_on'
|
event_id: 'actionable_notification_furnace_room_light_on'
|
||||||
alexa_device: 'media_player.basement_echo_dot'
|
alexa_device: 'media_player.basement_echo_dot'
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ give_me_darkness:
|
|||||||
then:
|
then:
|
||||||
- service: script.activate_alexa_actionable_notification
|
- service: script.activate_alexa_actionable_notification
|
||||||
data:
|
data:
|
||||||
text: <voice name='Brian'><prosody rate='150%'>Would you like me to arm
|
text: <voice name='Joanna'><prosody rate='150%'>Would you like me to arm
|
||||||
the security system?</prosody></voice>
|
the security system?</prosody></voice>
|
||||||
event_id: actionable_notification_night_security_arm
|
event_id: actionable_notification_night_security_arm
|
||||||
alexa_device: '{{ states(''sensor.last_alexa_entity_id'') }}'
|
alexa_device: '{{ states(''sensor.last_alexa_entity_id'') }}'
|
||||||
@ -280,7 +280,7 @@ going_upstairs:
|
|||||||
alias: Shut down laptop
|
alias: Shut down laptop
|
||||||
- service: script.activate_alexa_actionable_notification
|
- service: script.activate_alexa_actionable_notification
|
||||||
data:
|
data:
|
||||||
text: <voice name='Brian'><prosody rate='150%'>Would you like me to shut down
|
text: <voice name='Joanna'><prosody rate='150%'>Would you like me to shut down
|
||||||
your computer?</prosody></voice>
|
your computer?</prosody></voice>
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user