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.
3.8 KiB
3.8 KiB
2.0.7 (2025-11-04)
Bug Fixes
- add last_device_check sensor; fix service status; only post messages on changes (1b111b8)
2.0.6 (2025-11-04)
Bug Fixes
- code cleanup; fix service sensors; reduce logging (a414715)
2.0.5 (2025-11-03)
Bug Fixes
- add heartbeat bits and pieces (e8ea58b)
2.0.4 (2025-10-29)
Bug Fixes
- adjust server avty and states (06e6ce2)
2.0.3 (2025-10-29)
Bug Fixes
- backoff 5+ sec for snapshot retries (d0381e2)
2.0.2 (2025-10-29)
Bug Fixes
- one wrong sensor state topic; allow None (null) value to be sent (f382513)
2.0.1 (2025-10-27)
Bug Fixes
- when motion goes idle, also clear region (ec3f096)
2.0.0 (2025-10-26)
- feat!: complete MQTT and service refactor, add timestamp + event tracking, and new modular mixins (e230a76)
BREAKING CHANGES
- Project layout moved to
src/amcrest2mqtt/, internal class and import paths changed. Users must update configs and volumes to the new structure before deploying.
1.1.0 (2025-10-10)
Features
- core: add async process pool, graceful signal handling, and safer config loading (f025d60)
1.0.2 (2025-10-09)
Bug Fixes
- better dns lookup (172e939)
1.0.1 (2025-10-09)
Bug Fixes
- tls_set call for ssl mqtt connections (53ea515)
1.0.0 (2025-10-09)
Bug Fixes
- ensure entity_id is correct for Storage Used % entity (f10c04b)
- fix doorbell entity name when device is called 'Doorbell' (bd18f74)
- move to more static Home Assistant topic names (cfa7b00)
Features
- semantic versioning, github action features, writes a version file, and tags Docker images (69c4f1a)