Updates to the Doorbell Speech and Tweet patterns.
This commit is contained in:
parent
ed00d55e60
commit
718439e169
|
@ -14,8 +14,16 @@ skybell_pressed:
|
|||
message: "Someone Pressed the Doorbell."
|
||||
|
||||
- service: script.speech_engine
|
||||
data:
|
||||
value1: 'Please check the Front Door. Someone Pressed the Doorbell.'
|
||||
data_template:
|
||||
value1: >
|
||||
{{ [
|
||||
"Please check the Front Door. Someone Pressed the Doorbell.",
|
||||
"Quick! Hide! Someone just pressed the Doorbell!",
|
||||
"Someone answer my door. Someone just pressed the doorbell.",
|
||||
"Ding Dong, get to the door before they run away!",
|
||||
"Did anyone else hear that? Time to go check the door.",
|
||||
"Knock, Knock. Someone just rang the doorbell."
|
||||
] | random }}
|
||||
|
||||
- service: script.notify_engine
|
||||
data_template:
|
||||
|
@ -36,12 +44,17 @@ skybell_pressed:
|
|||
"Ouch! That hurt. Who touched the SkyBell Doorbell?",
|
||||
"Someone just poked me in the @MySkybell!",
|
||||
"I see you! You are at the @MySkyBell and you just pressed it.",
|
||||
"Quick!!! Hide!!!! Someone just pressed the Doorbell!",
|
||||
"Someone answer my door. Someone just pressed the doorbell.",
|
||||
"Ding Dong, get to the door before they run away! #ditch",
|
||||
"The Doorbell was pressed. Smile - You are on Camera!",
|
||||
"Did anyone else hear that? Time to go check the door.",
|
||||
"Knock, Knock. Housekeeping? Just kidding. Someone just rang the doorbell."
|
||||
] | random + [
|
||||
" #Security",
|
||||
" (https://github.com/CCOSTAN/Home-AssistantConfig#cameras)",
|
||||
" (http://www.vmwareinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)",
|
||||
" (https://amzn.to/2LeJnyl)",
|
||||
" #HomeAutomation"
|
||||
] | random }}
|
||||
image: >-
|
||||
|
|
|
@ -633,7 +633,7 @@
|
|||
<circle id="light.k4" style="fill:#FFFFA6;" cx="577.2" cy="300.5" r="5"/>
|
||||
<circle id="light.k5" style="fill:#FFFFA6;" cx="576.4" cy="271.9" r="5"/>
|
||||
<circle id="light.k6" style="fill:#FFFFA6;" cx="576" cy="245.3" r="5"/>
|
||||
<g id="switch.kitchen_accents">
|
||||
<g id="group.kitchen_accents">
|
||||
<path id="switch.kitchen_Accents-a" inkscape:connector-curvature="0" style="fill:#231F26;" d="M637.6,247.7h1.8
|
||||
c0.9,0,1.6,0.7,1.6,1.6l-0.1,63.4c0,0.9-0.7,1.6-1.6,1.6h-1.8c-0.9,0-1.6-0.7-1.6-1.6l0.1-63.4
|
||||
C636,248.5,636.8,247.7,637.6,247.7L637.6,247.7z"/>
|
||||
|
@ -945,7 +945,7 @@
|
|||
V440.9z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="switch.master_bathroom_accents">
|
||||
<g id="group.master_bathroom_accents">
|
||||
<path id="switch.bathroom_Accents-b-9" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M382,315.8h1.8
|
||||
c0.9,0,1.6,0.4,1.6,0.8l-0.1,33c0,0.5-0.7,0.8-1.6,0.8H382c-0.9,0-1.6-0.4-1.6-0.8l0.1-33C380.5,316.2,381.2,315.8,382,315.8z"/>
|
||||
<path id="switch.bathroom_Accents-b-9-9" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M370.1,227.2h1.8
|
||||
|
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
|
@ -84,7 +84,7 @@ rules:
|
|||
- switch.front_landscaping
|
||||
- switch.back_landscaping
|
||||
- switch.printer_outlet
|
||||
- group.kitchen_Accents
|
||||
- group.kitchen_accents
|
||||
- group.master_bathroom_accents
|
||||
- switch.front_door_outlet
|
||||
- switch.foyer_outlet
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 71 KiB |
Binary file not shown.
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
Loading…
Reference in New Issue