I have this automation:
automation: #!include_dir_merge_list automation
- alias: Living Room Minimote Button 1 SP
trigger:
platform: event
event_type: zwave.scene_activated
event_data:
enitity_id: aeotec_dsa03202_minimote_28
scene_id: 1
action:
service: switch.toggle
entity_id: switch.pantry_s_switch_23_0
I’m seeing the event fire in the console when I press the scene 1 minimote Button.
INFO:homeassistant.core:Bus:Handling <Event zwave.scene_activated[L]: object_id=aeotec_dsa03202_minimote_28, entity_id=aeotec_dsa03202_minimote_28, scene_id=1>
I can trigger the event through the Events tab. It executes the automation perfectly without failure.
My problem is, the button doesn’t fire the event! None of this makes sense. The config is correct, the automation is correct, the button is seen in HA. I don’t know what else could be the problem.