Remove entity description mixin in Shelly (#112938)

* Remove entity description mixin in Shelly

* fix

* Fix
This commit is contained in:
Joost Lekkerkerker 2024-03-10 22:15:23 +01:00 committed by GitHub
parent 9a647d9b17
commit b125a6b1bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 27 additions and 53 deletions

View file

@ -30,7 +30,7 @@ from .entity import (
)
@dataclass(frozen=True)
@dataclass(frozen=True, kw_only=True)
class BlockNumberDescription(BlockEntityDescription, NumberEntityDescription):
"""Class to describe a BLOCK sensor."""