Skip to content

Instantly share code, notes, and snippets.

@brent20
Created May 31, 2017 04:24
Show Gist options
  • Save brent20/4f38d955156c6655a7d0212bae5e8389 to your computer and use it in GitHub Desktop.
Save brent20/4f38d955156c6655a7d0212bae5e8389 to your computer and use it in GitHub Desktop.
automation:
alias: Front Doorbell Notification
trigger:
platform: state
entity_id: sensor.doorbellstate
state: 'Ringing'
action:
service: notify.pushover
data:
title: Door Bell Notification!
message: Someone is at the Door! DoorBell was pressed at {{now().strftime("%c")}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment