mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +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
|
is_suitable: Callable[[dict], bool] = lambda val: True
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True)
|
@dataclass(frozen=True, kw_only=True)
|
||||||
class VodafoneStationEntityDescription(
|
class VodafoneStationEntityDescription(
|
||||||
VodafoneStationBaseEntityDescription, SensorEntityDescription
|
VodafoneStationBaseEntityDescription, SensorEntityDescription
|
||||||
):
|
):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user