I'm dealing with an issue after the last release where actions are not being preformed on all devices in the action list. For example, this simple automation where there are 2 lights in the basement_bathroom area:
alias: Basement Bathroom - Motion Stopped
description: ""
triggers:
- type: no_motion
device_id: da875653d4e5a78ce576c831bc4e516e
entity_id: 4367a871e2b7eb3627134bcea2cbd910
domain: binary_sensor
for:
hours: 0
minutes: 5
seconds: 0
trigger: device
conditions: []
actions:
- action: light.turn_off
data: {}
target:
area_id: basement_bathroom
mode: single
In this simple instance, one of the 2 lights in the area turn off. The same behavior happens if I enumerate the devices instead of targeting the area.
I am able to turn off both devices from the dashboard with no issue.
I currently have a handful of automations for different devices and scenes around my house that are exhibiting this issue. All of them have been in service and working fine for a long time.
I have deleted and re-created a broken automation but it still showed the same issue.
I have checked my ZWaveJS2MQTT logs and do not see anything come in for the devices that are not being actuated. It appears Home Assistant isn't even triggering the actions that aren't working but I am unsure how to troubleshoot any further. Any advice would be greatly appreciated.