Skip to content

Commit

Permalink
Rename repeat cleaning to clean twice
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Feb 20, 2023
1 parent 57a9777 commit b354ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/integrations/viomi/vacuum/viomivacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def start_time(self) -> int:
return self.data["start_time"]

@property
@setting("Repeat cleaning active", setter_name="set_repeat_cleaning")
@setting("Clean twice", setter_name="set_repeat_cleaning")
def repeat_cleaning(self) -> bool:
"""Secondary clean up state.
Expand Down

0 comments on commit b354ab9

Please sign in to comment.