We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb91019 commit dc7c7eaCopy full SHA for dc7c7ea
pymyq/api.py
@@ -546,8 +546,9 @@ async def update_device_info(self) -> None:
546
if myqdevice.device_json["state"].get("last_update") is not None and \
547
myqdevice.device_json["state"].get("last_update") != last_update:
548
# MyQ has updated device state, reset ours ensuring we have the one from MyQ.
549
- _LOGGER.debug(f"State for device {myqdevice.name} was updated")
550
myqdevice.state = None
+ _LOGGER.debug(f"State for device {myqdevice.name} was updated to {myqdevice.state}")
551
+
552
553
myqdevice.state_update = state_update_timestmp
554
else:
0 commit comments