Skip to content

Commit

Permalink
Backport number entity (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Feb 20, 2022
1 parent d93ebc7 commit f7c280d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/tahoma/number.py
Expand Up @@ -29,7 +29,7 @@ class OverkizNumberDescription(NumberEntityDescription, OverkizNumberDescription
"""Class to describe an Overkiz number."""


NUMBER_DESCRIPTIONS = [
NUMBER_DESCRIPTIONS: list[OverkizNumberDescription] = [
# Cover: My Position (0 - 100)
OverkizNumberDescription(
key=OverkizState.CORE_MEMORIZED_1_POSITION,
Expand All @@ -48,6 +48,7 @@ class OverkizNumberDescription(NumberEntityDescription, OverkizNumberDescription
max_value=4,
entity_category=EntityCategory.CONFIG,
),
# SomfyHeatingTemperatureInterface
OverkizNumberDescription(
key=OverkizState.CORE_ECO_ROOM_TEMPERATURE,
name="Eco Room Temperature",
Expand Down

0 comments on commit f7c280d

Please sign in to comment.