Skip to content

Releases: foureight84/CallAttendantNext_Monitor

v1.0.3

Choose a tag to compare

@foureight84 foureight84 released this 25 May 14:02

What's Changed

  • Added GPLv3 LICENSE file at the repository root, required for inclusion in the HACS default catalog.

v1.0.2

Choose a tag to compare

@foureight84 foureight84 released this 30 Mar 19:56

What's Changed

  • HACS/hassfest validation fixes — integration now passes both validators required for HACS default store submission
    • Added issue_tracker to manifest.json
    • Fixed codeowners (was empty array)
    • Moved lovelace to after_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 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

Choose a tag to compare

@foureight84 foureight84 released this 30 Mar 03:46

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-header class
  • HACS icon — integration icon now displays correctly in the HACS store

v1.0.0

Choose a tag to compare

@foureight84 foureight84 released this 30 Mar 01:10

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