Skip to content

Commit

Permalink
Update vacuum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrisb authored Sep 19, 2023
1 parent a9f700d commit d407458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/localtuya/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def flow_schema(dps):
vol.Optional(CONF_LOCATE_DP): vol.In(dps),
vol.Optional(CONF_FAULT_DP): vol.In(dps),
vol.Optional(CONF_PAUSED_STATE, default=DEFAULT_PAUSED_STATE): str,
vol.Optional(CONF_STOP_STATUS, default=DEFAULT_STOP_STATUS): str,
vol.Optional(CONF_STOP_STATUS): str,
}

class LocaltuyaVacuum(LocalTuyaEntity, StateVacuumEntity):
Expand Down

0 comments on commit d407458

Please sign in to comment.