We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca13448 commit 2f92156Copy full SHA for 2f92156
1 file changed
simplipy/api.py
@@ -297,7 +297,6 @@ async def async_get_systems(self) -> dict[int, SystemV2 | SystemV3]:
297
LOGGER.info("Skipping inactive subscription: %s", sid)
298
continue
299
300
- # if "system" not in subscription["location"]:
301
if not subscription["location"].get("system"):
302
LOGGER.error("Skipping subscription with missing system data: %s", sid)
303
0 commit comments