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
Removing __init__ from the options flow handler. Modern Home
Assistant (2024.11+) injects self.config_entry itself and writing
to that attribute from our own constructor produced a 500 error
when the user clicked the Configure cog. With the constructor gone
the framework wires everything up correctly and the options dialog
loads as expected.