Skip to content

Commit

Permalink
fixed typo (#93029)
Browse files Browse the repository at this point in the history
  • Loading branch information
imerla1 authored May 13, 2023
1 parent 61cd36d commit a9778c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/xiaomi_aqara/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async def async_step_user(self, user_input=None):

return await self.async_step_settings()

# Discover Xiaomi Aqara Gateways in the netwerk to get required SIDs.
# Discover Xiaomi Aqara Gateways in the network to get required SIDs.
xiaomi = XiaomiGatewayDiscovery(self.interface)
try:
await self.hass.async_add_executor_job(xiaomi.discover_gateways)
Expand Down

0 comments on commit a9778c4

Please sign in to comment.