Skip to content

Commit

Permalink
fix: Forgot to update HitachiYutakiNumberEntityDescription signature
Browse files Browse the repository at this point in the history
  • Loading branch information
alepee committed Nov 17, 2024
1 parent 3f087ae commit f3e7dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/hitachi_yutaki/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class HitachiYutakiNumberEntityDescription(NumberEntityDescription):

register_key: str | None = None
multiplier: float | None = None
description: str | None = None


CIRCUIT_NUMBERS: Final[tuple[HitachiYutakiNumberEntityDescription, ...]] = (
Expand Down

0 comments on commit f3e7dfe

Please sign in to comment.