You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ha): treat notificationComplete as stateless event like action
Extend Home Assistant extension handling so notificationComplete follows the
same pattern as action: clear from cached state after publish (always, unlike
action which clears only with legacyActionSensor), publish the value to a
dedicated MQTT topic for device triggers, and run device trigger discovery.
Adds STATELESS_EVENT_PROPERTIES to list event-like state keys; skip empty
values to avoid re-entrant clears.
Supports Inovelli ledEffectComplete (zigbee-herdsman-converters) without
overloading the action property.
Made-with: Cursor
0 commit comments