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: Ping Dead ZWave Nodes | |
description: Auto press ping button for dead zwave nodes. | |
trigger: | |
- platform: state | |
entity_id: sensor.offline_zwave_devices | |
not_to: | |
- unknown | |
- unavailable | |
condition: | |
- condition: numeric_state |
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: Ping Dead ZWave Nodes | |
description: Auto press ping button for dead zwave nodes. | |
trigger: | |
- platform: state | |
entity_id: sensor.offline_zwave_devices | |
not_to: | |
- unknown | |
- unavailable | |
condition: | |
- condition: numeric_state |