I am building an automation which is triggered by KNX events. Unless I register the required events with Register knx_event
, the trigger will not get the event. So far so good. The problem is, once I restart HA, the registration is lost and I need to register it again. What is the correct way to make Register knx_event
persistent, i.e. survive restart? Or is there something at a more general level that I am doing wrong?
Hi !
You can configure events in yaml. See KNX - Home Assistant
Or call the register service on startup and reload. See KNX - relative dimming for lights blueprint · GitHub
The register event service was initially added to enable creating/sharing blueprints without yaml change requirements.
1 Like
Many thanks! I tried the yaml approach and it works like a charm Thanks also for linking the blueprint, it looks like there is some good learning material in there
1 Like