Feature
- add de.json (48515ba)
- add en.json for config_flow (52b700a)
- add unloading of config_entry (ea87497)
- add device_info for integration grouping (3c5ff3a)
- support unloading of entries (75a46c4)
- enable config_flow from configuration (dfe85da)
- enable config_flow (312c9e9) (closes #48, closes #317 )
Fix
- increase delay for switch load (2b865f4) (closes #361)
- bump alexapy to 1.2.0 (2eca9fe) (closes #353)
- fix typo (c06c415)
- fix bug where HA <98.1 would be incompatible with self.enabled check (a19de53)
- show prior values in config_flow (77020c3)
- fix bug where default schema not schema (1598c52)
- fix device_info identifiers (b1c8213)
- add checks for self.enabled prior to HA updates (28582a0)
- fix bad reference to hass (3bf4ffb)
- fix bug where login not closed on success (d419b6f)
- correctly treat add_devices with empty list as non error (168101d) (closes #357)