Task · MDH-0001

Expose MT sensor alert profiles as entities

Status
To Do
Priority
medium
Labels
from-todos-final, mt, enhancement
Updated
2026-08-14

Description

Surface the alert-profile configuration Meraki holds for MT sensors, so a user can see the configured thresholds in Home Assistant rather than only the current reading.

Fetch getNetworkSensorAlertsProfiles in the network hub, store the profiles alongside hub data, and expose the thresholds plus a derived threshold_exceeded binary sensor.

Carried over from todos-final.txt item 20, which was deleted in the 2026-08-14 Backlog migration. Verified at migration time that no reference to getNetworkSensorAlertsProfiles exists anywhere in custom_components/ — this is genuinely unbuilt, not a stale note. It survived the MT-only v1.0.0 narrowing because it is MT-specific.

Acceptance Criteria

Definition of Done

View the source file on GitHub