mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
ABC config entries (#17309)
This commit is contained in:
parent
d16e6c8524
commit
9d4dbd7d97
@ -136,8 +136,8 @@ HANDLERS = Registry()
|
|||||||
# Components that have config flows. In future we will auto-generate this list.
|
# Components that have config flows. In future we will auto-generate this list.
|
||||||
FLOWS = [
|
FLOWS = [
|
||||||
'cast',
|
'cast',
|
||||||
'hangouts',
|
|
||||||
'deconz',
|
'deconz',
|
||||||
|
'hangouts',
|
||||||
'homematicip_cloud',
|
'homematicip_cloud',
|
||||||
'hue',
|
'hue',
|
||||||
'ifttt',
|
'ifttt',
|
||||||
@ -149,8 +149,8 @@ FLOWS = [
|
|||||||
'smhi',
|
'smhi',
|
||||||
'sonos',
|
'sonos',
|
||||||
'tradfri',
|
'tradfri',
|
||||||
'zone',
|
|
||||||
'upnp',
|
'upnp',
|
||||||
|
'zone',
|
||||||
'zwave'
|
'zwave'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user