Remove entity description mixin in Shelly (#112938)
* Remove entity description mixin in Shelly * fix * Fix
This commit is contained in:
parent
9a647d9b17
commit
b125a6b1bb
8 changed files with 27 additions and 53 deletions
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue