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.
7.7 KiB
7.7 KiB
2.3.3 (2025-11-24)
Bug Fixes
- always try to log device_name in preference to device_id (41ec32a)
- formatting (cd4e1aa)
- make sure all device_names logged are in quotes (b0100f0)
2.3.2 (2025-11-18)
Bug Fixes
- README.md doc on webrtc (2531e42)
2.3.1 (2025-11-18)
Bug Fixes
- handle permission errors when saving recordings (bf54589)
2.3.0 (2025-11-17)
Bug Fixes
- minor linting issues (e709760)
Features
- better error handling and logging (2d48726)
2.2.2 (2025-11-10)
Bug Fixes
- save recording path as a string not Pathlib path; upgrade packages (1231871)
2.2.1 (2025-11-09)
Bug Fixes
- fix interval setting (165d0c7)
2.2.0 (2025-11-08)
Features
- discovery: unify service and camera discovery to new HA device schema (8c7bfd2)
2.1.0 (2025-11-07)
Features
- added save recordings and reboot button (9b4338b)
2.0.12 (2025-11-06)
Bug Fixes
- simply event for reporting to HA (8a58519)
2.0.11 (2025-11-06)
Bug Fixes
- always setup defaults for all states expected at init time (ee05312)
2.0.10 (2025-11-05)
Bug Fixes
- return last known state if we fail to get current state, so upsert just works (2ca75d4)
2.0.9 (2025-11-05)
Bug Fixes
- more generic Dockerfile; remove old/; better logging for failed /media writes (33ab975)
2.0.8 (2025-11-04)
Bug Fixes
- mkdir /media to prep for mounted volume (da46ee1)
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)