Add config flow for Hue (#12830)
* Add config flow for Hue * Upgrade to aiohue 0.2 * Fix tests * Add tests * Add aiohue to test requirements * Bump aiohue dependency * Lint * Lint * Fix aiohttp mock * Lint * Fix tests
This commit is contained in:
parent
d06807c634
commit
67c49a7662
12 changed files with 389 additions and 65 deletions
|
@ -126,7 +126,8 @@ _LOGGER = logging.getLogger(__name__)
|
|||
HANDLERS = Registry()
|
||||
# Components that have config flows. In future we will auto-generate this list.
|
||||
FLOWS = [
|
||||
'config_entry_example'
|
||||
'config_entry_example',
|
||||
'hue',
|
||||
]
|
||||
|
||||
SOURCE_USER = 'user'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue