mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 18:44:58 +00:00
Adding Speech to the house. It's Alive - Dr. fRANKENSTEIN
This commit is contained in:
@@ -12,12 +12,13 @@ skybell_pressed:
|
||||
data:
|
||||
name: "SkyBell HD Doorbell:"
|
||||
message: "Someone Pressed the Doorbell."
|
||||
|
||||
|
||||
- service: script.flash_notify
|
||||
- service: script.Voice_notify
|
||||
data:
|
||||
value1: 'Please check the Front Door. Someone Pressed the Doorbell.'
|
||||
|
||||
- service: script.flash_notify
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -23,11 +23,12 @@ voice_notify:
|
||||
state: 'on'
|
||||
|
||||
- condition: time
|
||||
after: '08:00:00'
|
||||
before: '20:00:00'
|
||||
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.living_room_amp
|
||||
- delay: '00:00:10'
|
||||
- delay: '00:00:05'
|
||||
|
||||
- service: tts.google_say
|
||||
entity_id: media_player.whole_house
|
||||
|
Reference in New Issue
Block a user