Created
May 11, 2017 19:23
-
-
Save JshWright/d2d77ebffadc67f6cdcf0b5ce6371d22 to your computer and use it in GitHub Desktop.
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
switches.yaml: | |
- platform: mqtt | |
name: "Doorbell Chime" | |
state_topic: "doorbell/chime/state" | |
command_topic: "doorbell/chime/cmnd" | |
retain: true | |
qos: 1 | |
automations.yaml: | |
- alias: Doorbell Notification | |
trigger: | |
platform: mqtt | |
topic: doorbell/ring | |
action: | |
service: notify.html5 | |
data: | |
title: "Doorbell" | |
message: "Ding Dong!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment