I’ve had this automation for a while and it used to be in the ZWave getting started section of the docs (https://www.home-assistant.io/docs/z-wave) for the longest time but has been removed. However, now it doesn’t seem to do anything and especially it won’t turn the automation off when it executes. I get the same results wether I manually trigger it from the frontend or let it automatically trigger itself by time.
- id: heal_zwave_network
alias: 'Heal Z-Wave Network'
initial_state: False
trigger:
- platform: time
at: '03:00:00'
action:
- service: zwave.heal_network
data:
return_routes: true
- service: automation.turn_off
entity_id: automation.heal_zwave_network
data:
stop_actions: false
each of the service calls individually works in the developers > services panel.