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
blueprint: | |
name: Link On/Off State of Multiple Devices | |
description: | | |
## Link On/Off State of Multiple Devices v1.3 | |
1) It triggers not only on a state change, but also every minute, to eliminate a problem with very fast changes on/off with last one not triggering anything and entities become unsincronized. | |
2) It does not trigger when initial entity state is unavailable or unknown. It solves the problem with a ton of zigbee devices firstly sending this status after HA reboot, then sending their real one, trigerring all automations based on the v1 template. | |
3) Fixed log errors | |
### Credits | |
* [@luma](https://community.home-assistant.io/u/luma) for [v1 template](https://community.home-assistant.io/t/link-on-off-state-of-multiple-devices/460310) |
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
blueprint: | |
name: Doorbell cam actionable notification | |
description: Blueprint for automation that send actionable notification with photo on doorbell press. | |
Custom take on this https://community.home-assistant.io/t/doorbell-cam-actionable-nitification/414976 blueprint | |
ORIGINAL DESCRIPTION | |
Notification are sending to home assistant companoin app on android or ios. | |
Automation can triggering by any entity that change state from <on> to <off>. i.e. switch, motion sensor, | |
input_boolean, binary_sensor can bee chosen as automation trigger. | |
You can edit notification title . Message is day and time of automation triggering. |
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
blueprint: | |
name: Interlock 2 entities | |
description: Turns off one entity when the other one is turned on | |
domain: automation | |
input: | |
entity_1: | |
name: First entity | |
selector: | |
entity: | |
entity_2: |