We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b740c1 commit 8be8524Copy full SHA for 8be8524
homeassistant/components/vodafone_station/sensor.py
@@ -34,7 +34,7 @@ class VodafoneStationBaseEntityDescription:
34
is_suitable: Callable[[dict], bool] = lambda val: True
35
36
37
-@dataclass(frozen=True)
+@dataclass(frozen=True, kw_only=True)
38
class VodafoneStationEntityDescription(
39
VodafoneStationBaseEntityDescription, SensorEntityDescription
40
):
0 commit comments