Quality improvement on recent Moonlight.1 expecially about new HA core compatibility issues. This release also ensures compatibility with HA core 2024.6 mqtt component which has seen some api refactoring (so that previous meross_lan releases up to including Moonlight.1 (v5.1.0) are not working with local mqtt anymore)
features
moved timezone loading code out of main thread (fixing some warnings from HA)
optimized default polling (over HTTP) by reducing the size/number of requests (especially impacting Smart Hubs polling performance)
fixes
garage door opening transition ending too quickly (#439 )
error in light service invocation with temperature out of range (#440)
custom entity name overwriting (#441)
possible corruption in Smart Hub polling (possibly leading to missed states updates)
error in pytz usage when re-configuring the device timezone
fixed (severe) incompatibility with HA core 2024.6 mqtt component.
fixed a possible issue during modules import ('circular import error') introduced in Moonlight.1 (trying to fix #427 #433)
Quality improvement on recent Moonlight.1 expecially about new HA core compatibility issues. This release also ensures compatibility with HA core 2024.6 mqtt component which has seen some api refactoring (so that previous
meross_lan
releases up to including Moonlight.1 (v5.1.0) are not working with local mqtt anymore)features
fixes