fix: airer status for cover entity (#1235)

* fix: xiaomi.airer.pro3 airer status rising (#1222)

* fix: airer status

* fix: filter out non alphabetic characters from status descriptions
This commit is contained in:
Li Shuzhen
2025-07-09 09:16:55 +08:00
committed by GitHub
parent a43447ef61
commit b46805b92c
2 changed files with 16 additions and 9 deletions

View File

@ -1178,7 +1178,7 @@ class MipsLocalClient(_MipsClient):
or 'piid' not in msg
or 'value' not in msg
):
# self.log_error(f'on_prop_msg, recv unknown msg, {payload}')
self.log_info('unknown prop msg, %s', payload)
return
if handler:
self.log_debug('local, on properties_changed, %s', payload)