Update security.yaml

Adding tweet when security response gets activated.
This commit is contained in:
Jeffrey Stone 2019-11-14 09:10:14 -05:00 committed by GitHub
parent f6b309f881
commit 28a7b3fb1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -467,6 +467,15 @@ script:
data: data:
media_content_id: http://192.168.7.40/audio/security_siren.mp3 media_content_id: http://192.168.7.40/audio/security_siren.mp3
media_content_type: "music" media_content_type: "music"
- service: script.twitter_notify
data_template:
message: >-
{{ [
"My security protocols are being overridden. I am sounding the alarm. #itsloudinhere #securityalarm",
"To the unannounced guest that has entered Anchorage House. I see you. #itsloudinhere #securityalarm",
"Someone didnt say the magic word. And now I have to get angry. #itsloudinhere #securityalarm",
"Initiating my security response, and sounding the alarm. Oh, and I dont charge a monthly monitoring fee. #itsloudinhere #securityalarm",
"Hey, wanna hear the most annoying sound in the world? Its currently playing for the intruder inside Anchorage House. #itsloudinhere #securityalarm"
] | random }}