Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JshWright/d2d77ebffadc67f6cdcf0b5ce6371d22 to your computer and use it in GitHub Desktop.
Save JshWright/d2d77ebffadc67f6cdcf0b5ce6371d22 to your computer and use it in GitHub Desktop.
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