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: Water avail | |
description: > | |
Fires actions when the monitored water presence sensor changes state. | |
Automatically ignores 'unavailable' and 'unknown' states to prevent false triggers. | |
domain: automation | |
input: | |
monitored_entity: | |
name: Monitored water sensor | |
description: The water presence sensor to monitor. |
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: Water avail | |
description: > | |
Fires actions when the monitored water presence sensor changes state. | |
Automatically ignores 'unavailable' and 'unknown' states to prevent false triggers. | |
domain: automation | |
input: | |
monitored_entity: | |
name: Monitored water sensor | |
description: The water presence sensor to monitor. |
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: Prevent false triggers from unavailable devices | |
description: > | |
Prevents automations from firing when the monitored entity changes only | |
because it was marked `unavailable`/`unknown` due to network glitches. | |
Optionally checks another availability entity and/or requires the value | |
to actually change. | |
domain: automation | |
input: | |
monitored_entity: |