You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amcrest2mqtt/src
Jeff Culverhouse a1a41f3276 fix: prevent crash when unsupported device model is configured
Iterate over self.devices (successfully built devices) instead of
self.amcrest_devices (all API devices) in event and snapshot collection
loops. This prevents KeyError when calling is_rebooting() or
get_device_name() for devices that failed model validation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 week ago
..
amcrest2mqtt fix: prevent crash when unsupported device model is configured 1 week ago
healthcheck.py feat!: complete MQTT and service refactor, add timestamp + event tracking, and new modular mixins 3 months ago