-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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)
- add config_flow.py and modify manifest.json
Add ConfigFlow and DeviceInfo #174 - fuse the config flow result into same format as configuration.yaml
- add async_setup_entry() to main and all platforms
- ensure entities are correctly created
-
add UI section to rename Containers(added but later removed) - tidy up and make ready for review and merge
-
investigate why sometimes some containers return None from(container info no loger used at device registry)container.get_info()for device registry - add a re-configuration dialog to change settings after finalization
Add Reconfigure flow #178 - add a re-authorization dialog if connection to docker is lost
Add Re-Authorization configuration step #179
Fix Re-Authorization #183 (fix) - investigate if it makes sense to add the
async_step_import()method that will convertconfiguration.yamlintoconfig_entry.
Add import from configuration.yaml #181 - add template function for managing entry version migration
Add base for managing config_entry version migration #182 - investigate and fix why removed entities at reconfigure stays as unavailable until restart of Home Assistant
Metadata
Metadata
Assignees
Labels
No labels