diff --git a/homeassistant/components/hue/bridge.py b/homeassistant/components/hue/bridge.py index 0610278de7b..6fa6bad2f47 100644 --- a/homeassistant/components/hue/bridge.py +++ b/homeassistant/components/hue/bridge.py @@ -153,7 +153,7 @@ async def get_bridge(hass, host, username=None): ) try: - with async_timeout.timeout(5): + with async_timeout.timeout(10): # Create username if we don't have one if not username: await bridge.create_user('home-assistant')