Skip to content

Commit

Permalink
* Fix missing state_class
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPru committed Oct 27, 2023
1 parent 0ae090f commit 02dc566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/luxtronik/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class LuxtronikEntityDescription(EntityDescription):
extra_attributes: list[LuxtronikEntityAttributeDescription] = field(
default_factory=list
)
state_class: str | None = None


@dataclass
Expand Down

0 comments on commit 02dc566

Please sign in to comment.