Skip to content

Commit 8402bea

Browse files
authored
Component asuswrt: import of ConnectionState corrected (home-assistant#154518)
1 parent 6bf7a42 commit 8402bea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

homeassistant/components/asuswrt/bridge.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
from aiohttp import ClientSession
1313
from asusrouter import AsusRouter, AsusRouterError
1414
from asusrouter.config import ARConfigKey
15-
from asusrouter.modules.client import AsusClient, ConnectionState
15+
from asusrouter.modules.client import AsusClient
16+
from asusrouter.modules.connection import ConnectionState
1617
from asusrouter.modules.data import AsusData
1718
from asusrouter.modules.homeassistant import convert_to_ha_data, convert_to_ha_sensors
1819
from asusrouter.tools.connection import get_cookie_jar

0 commit comments

Comments
 (0)