1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add config entry for Sonos + Cast (#14955)

* Add config entry for Sonos

* Lint

* Use add_job

* Add Cast config entry

* Lint

* Rename DOMAIN import

* Mock pychromecast in test
This commit is contained in:
Paulus Schoutsen
2018-06-14 15:17:54 -04:00
committed by GitHub
parent c8e0de19b6
commit 2c6e6c2a6f
20 changed files with 432 additions and 10 deletions

View File

@@ -127,9 +127,11 @@ _LOGGER = logging.getLogger(__name__)
HANDLERS = Registry()
# Components that have config flows. In future we will auto-generate this list.
FLOWS = [
'cast',
'deconz',
'hue',
'nest',
'sonos',
'zone',
]