Releases: agjendem/ha-spond-tracker
Releases · agjendem/ha-spond-tracker
Release list
v0.7.1
v0.7.0
v0.6.0
v0.5.0
0.5.0 (2026-06-04)
Features
- add config flow tests; fix OptionsFlow config_entry compat (48b7f25)
- add DeviceInfo to group entities per tracked member (e780b63)
- add diagnostics platform and reconfiguration flow (063a20c)
- add native Home Assistant integration (custom_components) (d926a59)
- add reauthentication flow (Silver IQS) (bf9d52f)
- entity-translations, log-when-unavailable, and expanded test coverage (fe08fef)
- replace AppDaemon app with native HA integration (f9714e7)
Bug Fixes
- add issue_tracker to manifest and local brand icon (f233c86)
- load translations async via executor, cache on coordinator (dfe0d3d)
- resolve all ruff lint errors (unused imports, RUF012, RUF059) (29d1202)
Documentation
- add recorder.exclude guidance for sensor attributes (bbf9c01)
Refactoring
v0.4.0
v0.3.0
v0.2.1
v0.2.0
v0.1.0 — Initial release
Initial public release of Spond Tracker for Home Assistant — an AppDaemon app that syncs Spond events and tasks into local calendars, sensors, and the HA event bus.
Highlights
- Per-tracked-member local calendars — one
.icsper member, written into alocal_calendarconfig entry you control. Past events are preserved across polls. - Multi-account aggregation — log in with one or more Spond accounts; events are de-duplicated per tracked member via
behalfOfIds. - Sensors per member —
sensor.spond_<canonical>(events today + upcoming list) andsensor.spond_<canonical>_tasks(tasks assigned to this member). - HA event-bus integration —
spond_event_added,spond_event_removed,spond_event_changed,spond_event_cancelled,spond_task_assignedfire on poll-over-poll diffs for use as automation triggers. - Localization — English (default) and Norwegian Bokmål (
nb) shipped, loaded fromapps/spond_tracker/translations/<lang>.json. Adding a new language is just a new JSON file.
Install
Via HACS as a custom AppDaemon repository:
- HACS → custom repositories →
agjendem/ha-spond-tracker→ categoryAppDaemon→ Add. - Download from HACS.
- Add
spond==1.2.1to your AppDaemon add-on'spython_packages. - Configure
/config/appdaemon/apps/apps.yaml— see example-apps.yaml and the README.
Tested with
- Python 3.11+ (AppDaemon add-on ships 3.14)
- Home Assistant 2024.1.0+
spond==1.2.1- AppDaemon 4.5+
Full changelog
See CHANGELOG.md.