Although the configuration.yaml setup works using the UI to setup the integration in much more user-friendly.
(It also is an enabler to group entities to devices, https://developers.home-assistant.io/docs/device_registry_index/#automatic-registration-through-an-entity)
Although the
configuration.yamlsetup works using the UI to setup the integration in much more user-friendly.(It also is an enabler to group entities to devices, https://developers.home-assistant.io/docs/device_registry_index/#automatic-registration-through-an-entity)
Add ConfigFlow and DeviceInfo #174
add UI section to rename Containers(added but later removed)investigate why sometimes some containers return None from(container info no loger used at device registry)container.get_info()for device registryAdd Reconfigure flow #178
Add Re-Authorization configuration step #179
Fix Re-Authorization #183 (fix)
async_step_import()method that will convertconfiguration.yamlintoconfig_entry.Add import from configuration.yaml #181
Add base for managing config_entry version migration #182