Skip to content

Commit a2ccdda

Browse files
committed
Removed unnecessary check
1 parent 0ef3ac9 commit a2ccdda

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

homeassistant/components/asuswrt/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ async def async_setup(hass, config):
8383
except OSError as ex:
8484
raise PlatformNotReady() from ex
8585

86-
if not api.is_connected:
87-
raise PlatformNotReady()
88-
8986
hass.data[DATA_ASUSWRT] = api
9087

9188
hass.async_create_task(

0 commit comments

Comments
 (0)