From 9d4dbd7d9732c703891d0c38c08d0c16551a7382 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 10 Oct 2018 16:02:03 +0200 Subject: [PATCH] ABC config entries (#17309) --- homeassistant/config_entries.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' ]