You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Smart-lock "object added" lifecycle events no longer spam the log with a warning (#88). Ajax LIFECYCLE notices (e.g. ObjectAdded when a LockBridge / smart lock is paired) were logged as SSE/SQS event not handled warnings. They carry no per-device state — the periodic poll reconciles the device list — so they are now logged at debug level instead.
Changed
Updated runtime dependencies: aiobotocore to 3.x and onvif-zeep-async to 4.x (the ONVIF library used for camera control).