Skip to content

Commit

Permalink
✏️ Change name to fit with petkit app
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Dec 23, 2024
1 parent 35f23ab commit e6b48c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/petkit/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ class PetKitSelectDesc(PetKitDescSensorBase, SelectEntityDescription):
entity_category=EntityCategory.CONFIG,
),
PetKitSelectDesc(
key="Cleaning interval",
translation_key="cleaning_interval",
key="Avoid repeat cleaning interval",
translation_key="avoid_repeat_cleaning_interval",
current_option=lambda device: CLEANING_INTERVAL_OPT[
device.settings.auto_interval_min
],
Expand Down

0 comments on commit e6b48c3

Please sign in to comment.