Created
November 14, 2018 07:08
-
-
Save JoooostB/c3d43d3ea90cca9e451218a1b644d2b4 to your computer and use it in GitHub Desktop.
esp8266-mqtt-doorbell - automations:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- alias: Deurbel Notificatie | |
trigger: | |
platform: mqtt | |
topic: stat/frontdoor/doorbell | |
payload: 'ringing' | |
action: | |
- service: notify.pushover | |
data: | |
message: "There's someone in front of your door" | |
title: "Ding Dong!" | |
- service: tts.google_say | |
entity_id: media_player.home | |
data_template: | |
message: 'DING DONG! There's someone in front of your door' | |
language: 'en' | |
- service: tts.google_say | |
entity_id: media_player.joost | |
data_template: | |
message: 'DING DONG! There's someone in front of your door' | |
language: 'en' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment