From 7b41773f63067a0839842e44ca01d624bb44856a Mon Sep 17 00:00:00 2001 From: Feng Wang Date: Fri, 27 Dec 2024 19:04:24 +0800 Subject: [PATCH] Fix typo in comments --- custom_components/xiaomi_home/miot/miot_lan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/xiaomi_home/miot/miot_lan.py b/custom_components/xiaomi_home/miot/miot_lan.py index 2e8dc25..f8e96bc 100644 --- a/custom_components/xiaomi_home/miot/miot_lan.py +++ b/custom_components/xiaomi_home/miot/miot_lan.py @@ -925,7 +925,7 @@ class MIoTLan: _LOGGER.info('no central service, init miot lan') 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: if not target_ip: