We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc42259 commit c94910fCopy full SHA for c94910f
plugwise/helper.py
@@ -1493,7 +1493,7 @@ def _update_device_with_dicts(
1493
Move relevant data into dicts of binary_sensors, sensors, switches,
1494
and add these to the output.
1495
"""
1496
- device_out: DeviceDataPoints = {}
+ device_out: DeviceData = {}
1497
for d_key, d_value in device_in.items():
1498
device_out.update({d_key: d_value}) # type: ignore [misc]
1499
for key, value in list(data.items()):
0 commit comments