mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-06-21 10:30:30 +08:00
Fix specs (#1132)
This commit is contained in:
@ -629,7 +629,7 @@ class MIoTClient:
|
||||
mips = self._mips_local.get(device_gw['group_id'], None)
|
||||
if mips is None:
|
||||
_LOGGER.error(
|
||||
'no gw route, %s, try control throw cloud',
|
||||
'no gw route, %s, try control through cloud',
|
||||
device_gw)
|
||||
else:
|
||||
result = await mips.set_prop_async(
|
||||
|
Reference in New Issue
Block a user