diff --git a/homeassistant/config_entries.py b/homeassistant/config_entries.py index 053aa079617..e4719b3ed78 100644 --- a/homeassistant/config_entries.py +++ b/homeassistant/config_entries.py @@ -136,8 +136,8 @@ HANDLERS = Registry() # Components that have config flows. In future we will auto-generate this list. FLOWS = [ 'cast', - 'hangouts', 'deconz', + 'hangouts', 'homematicip_cloud', 'hue', 'ifttt', @@ -149,8 +149,8 @@ FLOWS = [ 'smhi', 'sonos', 'tradfri', - 'zone', 'upnp', + 'zone', 'zwave' ]