mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-06-21 15:20:00 +08:00
fix: mrbond.airer.m1t closing status (#1134)
This commit is contained in:
@ -161,7 +161,7 @@ class Cover(MIoTServiceEntity, CoverEntity):
|
||||
for item in prop.value_list.items:
|
||||
if item.name in {'opening', 'open', 'up'}:
|
||||
self._prop_status_opening.append(item.value)
|
||||
elif item.name in {'closing', 'close', 'down'}:
|
||||
elif item.name in {'closing', 'close', 'down', 'dowm'}:
|
||||
self._prop_status_closing.append(item.value)
|
||||
elif item.name in {'stop', 'stopped', 'pause'}:
|
||||
self._prop_status_stop.append(item.value)
|
||||
|
Reference in New Issue
Block a user