Skip to content

Commit 66a8e95

Browse files
committed
Link missing classes
1 parent aae098d commit 66a8e95

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

plugwise/constants.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,14 @@ class ActuatorData(TypedDict, total=False):
751751
upper_bound: float
752752

753753

754-
class DeviceData(ApplianceData, TypedDict, total=False):
754+
class DeviceData(
755+
ApplianceData,
756+
SmileBinarySensors,
757+
SmileSensors,
758+
SmileSwitches,
759+
TypedDict,
760+
total=False,
761+
):
755762
"""The Device Data class, covering the collected and ordere output-data per device."""
756763

757764
# Loria

0 commit comments

Comments
 (0)