mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-18 16:10:44 +08:00
Fix typo in comments
This commit is contained in:
parent
92ff6a4cf1
commit
7b41773f63
@ -925,7 +925,7 @@ class MIoTLan:
|
|||||||
_LOGGER.info('no central service, init miot lan')
|
_LOGGER.info('no central service, init miot lan')
|
||||||
await self.init_async()
|
await self.init_async()
|
||||||
|
|
||||||
# The folowing methods SHOULD ONLY be called in the internal loop
|
# The following methods SHOULD ONLY be called in the internal loop
|
||||||
|
|
||||||
def ping(self, if_name: str | None, target_ip: str) -> None:
|
def ping(self, if_name: str | None, target_ip: str) -> None:
|
||||||
if not target_ip:
|
if not target_ip:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user