I'm working Inovelli whites but getting no where trying to detect events.
Here is my automation:
alias: Office Lamp On/Off
description: ""
triggers:
- trigger: state
entity_id:
- event.pauls_office_switch_button_config
attribute: event_type
to:
- multi_press_1
conditions: []
actions:
- action: light.toggle
metadata: {}
data: {}
target:
entity_id: light.paul_office_lamp
mode: single
The action runs fine when I test it (the light toggles.
No event seems to get captured by this automation, but if I check Activity, I see the presses:
Paul’s Office Switch Button (Config)
16 minutes ago
January 8, 2026 at 3:49 PM
Pressed once
Feels like I'm missing something obvious. Any pointers?