ignore data for other devices
Some checks failed
Validate / Validate (push) Has been cancelled

This commit is contained in:
2026-05-31 11:59:31 +02:00
parent 85eed58a06
commit c3f160919a

View File

@@ -567,6 +567,7 @@ class JackeryDataCoordinator:
_LOGGER.info(f"Discovered device SN: {self._device_sn}")
elif self._device_sn != sn:
_LOGGER.debug(f"Received data from another device: {sn}")
return
# Parse Payload
try: