mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Add status codes 23 and 26 to Xiaomi Miio vacuum (#78289)
* Add status codes 23 and 26 * change status 26
This commit is contained in:
parent
924bffc7d0
commit
3776fc3b9f
@ -73,6 +73,8 @@ STATE_CODE_TO_STATE = {
|
||||
17: STATE_CLEANING, # "Zoned cleaning"
|
||||
18: STATE_CLEANING, # "Segment cleaning"
|
||||
22: STATE_DOCKED, # "Emptying the bin" on s7+
|
||||
23: STATE_DOCKED, # "Washing the mop" on s7maxV
|
||||
26: STATE_RETURNING, # "Going to wash the mop" on s7maxV
|
||||
100: STATE_DOCKED, # "Charging complete"
|
||||
101: STATE_ERROR, # "Device offline"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user