Forked from andrew-codechimp/Post Notification.yaml
Last active
January 12, 2023 23:38
-
-
Save tathamoddie/298251e5536928b5b88ae0510945d7df to your computer and use it in GitHub Desktop.
Home Assistant Post Notification Example
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: 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