Skip to content

Commit

Permalink
Merge pull request #586 from MTrab:Fix-spelling-error-in-entity-name
Browse files Browse the repository at this point in the history
Fix typo in entity name
  • Loading branch information
MTrab authored Apr 17, 2024
2 parents 2bc2f35 + 83bb62e commit 52f7cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/landroid_cloud/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

INPUT_NUMBERS = [
LandroidNumberEntityDescription(
key="timeextention",
name="Time extention",
key="timeextension",
name="Time extension",
entity_category=EntityCategory.CONFIG,
device_class=None,
entity_registry_enabled_default=True,
Expand Down

0 comments on commit 52f7cb2

Please sign in to comment.