Releases: foureight84/CallAttendantNext_Monitor
Releases · foureight84/CallAttendantNext_Monitor
Release list
v1.0.3
v1.0.2
What's Changed
- HACS/hassfest validation fixes — integration now passes both validators required for HACS default store submission
- Added
issue_trackertomanifest.json - Fixed
codeowners(was empty array) - Moved
lovelacetoafter_dependencies(code imports it with graceful fallback) - Fixed manifest key sort order to meet hassfest requirements
- Cleaned up
hacs.json(removed non-spec fields)
- Added
- Added hassfest validation to GitHub Actions workflow (runs alongside HACS validation)
- Added local brand assets (
brand/icon.png) so the HACS brands check passes without an external PR - Set repository description and topics for HACS discoverability
v1.0.1
What's Changed
- Native HA card styling — switched Lovelace card root element to
<ha-card>so border, background, border-radius, and box-shadow now automatically inherit from the user's active Home Assistant theme - Themed card header — title now uses the standard HA card header font size and color via the slotted
.card-headerclass - HACS icon — integration icon now displays correctly in the HACS store
v1.0.0
CallAttendantNext Monitor v1.0.0
Features
- Subscribes to MQTT call events from CallAttendantNext
- 5 sensors: last call (action, name, number, timestamp, reason, voicemail), plus weekly counts for total, permitted, screened, and blocked calls
- Persistent call history — up to 500 calls stored across HA restarts (configurable)
- Lovelace card — live last-call hero panel, inline voicemail audio player, paginated history with color-coded badges
- Logbook integration — every call appears as a human-readable logbook entry
- Config flow UI — configure MQTT topic and history limit from the HA integrations page
- HACS-compatible