mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix error when vacuum is idling (#16282)
This commit is contained in:
parent
87df102772
commit
88f72a654a
@ -87,6 +87,7 @@ SUPPORT_XIAOMI = SUPPORT_STATE | SUPPORT_PAUSE | \
|
||||
|
||||
|
||||
STATE_CODE_TO_STATE = {
|
||||
2: STATE_IDLE,
|
||||
3: STATE_IDLE,
|
||||
5: STATE_CLEANING,
|
||||
6: STATE_RETURNING,
|
||||
|
Loading…
x
Reference in New Issue
Block a user