Skip to content

Commit a9778c4

Browse files
authored
fixed typo (#93029)
1 parent 61cd36d commit a9778c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/xiaomi_aqara/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async def async_step_user(self, user_input=None):
105105

106106
return await self.async_step_settings()
107107

108-
# Discover Xiaomi Aqara Gateways in the netwerk to get required SIDs.
108+
# Discover Xiaomi Aqara Gateways in the network to get required SIDs.
109109
xiaomi = XiaomiGatewayDiscovery(self.interface)
110110
try:
111111
await self.hass.async_add_executor_job(xiaomi.discover_gateways)

0 commit comments

Comments
 (0)