Add returning activity to ecovacs lawn mower (#124519)
This commit is contained in:
parent
9e13184256
commit
b26446bd88
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
_STATE_TO_MOWER_STATE = {
|
||||
State.IDLE: LawnMowerActivity.PAUSED,
|
||||
State.CLEANING: LawnMowerActivity.MOWING,
|
||||
State.RETURNING: LawnMowerActivity.MOWING,
|
||||
State.RETURNING: LawnMowerActivity.RETURNING,
|
||||
State.DOCKED: LawnMowerActivity.DOCKED,
|
||||
State.ERROR: LawnMowerActivity.ERROR,
|
||||
State.PAUSED: LawnMowerActivity.PAUSED,
|
||||
|
|
Loading…
Add table
Reference in a new issue