Skip to content

Commit 94a36a5

Browse files
committed
Fix typing
1 parent 72119fc commit 94a36a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugwise/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
"outdoor_temperature": DATA("outdoor_air_temperature", TEMP_CELSIUS),
511511
}
512512

513-
TOGGLES: Final[dict[str, ...]] = {
513+
TOGGLES: Final[dict[str, str]] = {
514514
"cooling_enabled": "cooling_ena_switch",
515515
"domestic_hot_water_comfort_mode": "dhw_cm_switch",
516516
}
@@ -758,7 +758,6 @@ class DeviceDataPoints(
758758
class DeviceData(ApplianceData, DeviceDataPoints, TypedDict, total=False):
759759
"""The Device Data class, covering the collected and ordere output-data per device."""
760760

761-
cooling_enabled: bool
762761
binary_sensors: SmileBinarySensors
763762
domestic_hot_water_setpoint: ActuatorData
764763
sensors: SmileSensors

0 commit comments

Comments
 (0)