fixed typo (#93029)
This commit is contained in:
parent
61cd36d628
commit
a9778c4236
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue