We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef3ac9 commit a2ccddaCopy full SHA for a2ccdda
homeassistant/components/asuswrt/__init__.py
@@ -83,9 +83,6 @@ async def async_setup(hass, config):
83
except OSError as ex:
84
raise PlatformNotReady() from ex
85
86
- if not api.is_connected:
87
- raise PlatformNotReady()
88
-
89
hass.data[DATA_ASUSWRT] = api
90
91
hass.async_create_task(
0 commit comments