mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Fix freeze entity description (#106418)
This commit is contained in:
parent
9b740c1111
commit
8be8524955
@ -34,7 +34,7 @@ class VodafoneStationBaseEntityDescription:
|
||||
is_suitable: Callable[[dict], bool] = lambda val: True
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
@dataclass(frozen=True, kw_only=True)
|
||||
class VodafoneStationEntityDescription(
|
||||
VodafoneStationBaseEntityDescription, SensorEntityDescription
|
||||
):
|
||||
|
Loading…
x
Reference in New Issue
Block a user