Homeassistant Custom Integration – Add new entities via options change in config_flow.py and use updated value in update method
I have a reduced version of my custom integration. The problem is that once I change the Configuration of the integration via the ItemWatcherOptionsFlowHandler
the updated values are unfortunately not used in the cyclic _update
method.
Homeassistant Custom Integration – Add new entities via options change in config_flow.py
I am currently developing a Homeassistant Custom Integration where I have a config_flow to handle the options config_entries.OptionsFlow
.