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/CHANGELOG.md

5.2 KiB

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

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)