Skip to content

Commit 1f71c60

Browse files
committed
Delete unused function-argument
1 parent 903269b commit 1f71c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def _check_availability(
207207
if message in msg:
208208
data["available"] = False
209209

210-
def _device_data_adam(self, loc_id: str, device: DeviceData, data: DeviceData) -> None:
210+
def _device_data_adam(self, device: DeviceData, data: DeviceData) -> None:
211211
"""Helper-function for _get_device_data().
212212
213213
Determine Adam heating-status for on-off heating via valves,

0 commit comments

Comments
 (0)