Skip to content

Commit c94910f

Browse files
committed
Fix
1 parent fc42259 commit c94910f

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
@@ -1493,7 +1493,7 @@ def _update_device_with_dicts(
14931493
Move relevant data into dicts of binary_sensors, sensors, switches,
14941494
and add these to the output.
14951495
"""
1496-
device_out: DeviceDataPoints = {}
1496+
device_out: DeviceData = {}
14971497
for d_key, d_value in device_in.items():
14981498
device_out.update({d_key: d_value}) # type: ignore [misc]
14991499
for key, value in list(data.items()):

0 commit comments

Comments
 (0)