Skip to content

Instantly share code, notes, and snippets.

@tathamoddie
Forked from andrew-codechimp/Post Notification.yaml
Last active January 12, 2023 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tathamoddie/298251e5536928b5b88ae0510945d7df to your computer and use it in GitHub Desktop.
Save tathamoddie/298251e5536928b5b88ae0510945d7df to your computer and use it in GitHub Desktop.
Home Assistant Post Notification Example
alias: Post Notification
description: ""
mode: restart
trigger:
- platform: state
entity_id:
- binary_sensor.z2maqarareed01_contact
from: "on"
to: "off"
for:
seconds: 30
condition: []
action:
- service: notify.telegram
data:
message: You have post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment