mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
fixed typo (#93029)
This commit is contained in:
parent
61cd36d628
commit
a9778c4236
@ -105,7 +105,7 @@ class XiaomiAqaraFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||||||
|
|
||||||
return await self.async_step_settings()
|
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)
|
xiaomi = XiaomiGatewayDiscovery(self.interface)
|
||||||
try:
|
try:
|
||||||
await self.hass.async_add_executor_job(xiaomi.discover_gateways)
|
await self.hass.async_add_executor_job(xiaomi.discover_gateways)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user