Skip to content

Commit 99466b1

Browse files
committed
Fix _update_with_dicts() typing
1 parent e45ed15 commit 99466b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ def _get_toggle_state(
14801480
def _update_device_with_dicts(
14811481
self,
14821482
d_id: str,
1483-
data: DeviceData,
1483+
data: DeviceDataPoints,
14841484
device_in: ApplianceData,
14851485
bs_dict: SmileBinarySensors,
14861486
s_dict: SmileSensors,

0 commit comments

Comments
 (0)