mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix rainforest_raven typing (#107309)
This commit is contained in:
parent
902d5a79ca
commit
3086d33261
@ -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…
x
Reference in New Issue
Block a user