mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Lint roomba (#35000)
This commit is contained in:
parent
8f9467492d
commit
03bb2a68b3
@ -146,7 +146,7 @@ class IRobotVacuum(IRobotEntity, StateVacuumEntity):
|
|||||||
state = STATE_MAP[phase]
|
state = STATE_MAP[phase]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
return STATE_ERROR
|
return STATE_ERROR
|
||||||
if cycle != "none" and (state == STATE_IDLE or state == STATE_DOCKED):
|
if cycle != "none" and state in (STATE_IDLE, STATE_DOCKED):
|
||||||
state = STATE_PAUSED
|
state = STATE_PAUSED
|
||||||
return state
|
return state
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user