We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9cb42 commit bc9601eCopy full SHA for bc9601e
plugwise/data.py
@@ -70,9 +70,7 @@ def _update_gw_devices(self) -> None:
70
71
remove_empty_platform_dicts(device)
72
73
- def _detect_low_batteries(
74
- self, device_id: str, device: DeviceData, data: DeviceData
75
- ) -> list[str]:
+ def _detect_low_batteries(self) -> list[str]:
76
"""Helper-function updating the battery_state binary_sensor status from a Battery-is-low message."""
77
mac_address_list: list[str] = []
78
mac_pattern = "(?:[0-9A-F]{2}){7}(?:[0-9A-F]{2})"
0 commit comments