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:
@@ -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',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user