fixed typo (#93029)

This commit is contained in:
imerla1 2023-05-13 23:05:55 +04:00 committed by GitHub
parent 61cd36d628
commit a9778c4236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ class XiaomiAqaraFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
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)