Fixed voices on some actionable notifications

This commit is contained in:
2023-07-01 01:25:03 -04:00
parent 99897a0cc1
commit 965d2a5e4a
3 changed files with 4 additions and 4 deletions

Submodule node-red/projects/NerdFlows updated: 9c3cd70ca2...ae0b14440d

View File

@ -28,7 +28,7 @@ automation:
- service: script.activate_alexa_actionable_notification
data:
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'
alexa_device: 'media_player.basement_echo_dot'

View File

@ -39,7 +39,7 @@ give_me_darkness:
then:
- service: script.activate_alexa_actionable_notification
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>
event_id: actionable_notification_night_security_arm
alexa_device: '{{ states(''sensor.last_alexa_entity_id'') }}'
@ -280,7 +280,7 @@ going_upstairs:
alias: Shut down laptop
- service: script.activate_alexa_actionable_notification
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>
event_id: actionable_notification_shutdown_computer
alexa_device: media_player.basement_echo_dot