mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
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:
@@ -37,6 +37,7 @@ COMMENT_REQUIREMENTS = (
|
||||
TEST_REQUIREMENTS = (
|
||||
'aioautomatic',
|
||||
'aiohttp_cors',
|
||||
'aiohue',
|
||||
'apns2',
|
||||
'caldav',
|
||||
'coinmarketcap',
|
||||
|
||||
Reference in New Issue
Block a user