diff --git a/custom_components/qilowatt/config_flow.py b/custom_components/qilowatt/config_flow.py index c27d513..e6a3afc 100644 --- a/custom_components/qilowatt/config_flow.py +++ b/custom_components/qilowatt/config_flow.py @@ -60,7 +60,7 @@ async def _discover_inverters(self): for device in device_registry.devices.values(): for identifier in device.identifiers: - domain, device_id = identifier + domain, device_id, *_ = identifier if domain == "mqtt": # Solar Assistant inverter if "sa_inverter" in device_id: