Fix rainforest_raven typing (#107309)
This commit is contained in:
parent
902d5a79ca
commit
3086d33261
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@ from .const import DOMAIN
|
|||
from .coordinator import RAVEnDataCoordinator
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
@dataclass(frozen=True, kw_only=True)
|
||||
class RAVEnSensorEntityDescription(SensorEntityDescription):
|
||||
"""A class that describes RAVEn sensor entities."""
|
||||
|
||||
message_key: str | None = None
|
||||
message_key: str
|
||||
attribute_keys: list[str] | None = None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue