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: