Native Entities
- Scenario and recipients are now real
switchentities - Sent/failure notification counters are now real Home Assistant
sensorentities - New real entities are grouped under a single SuperNotify device, instead of hand-written state writes with no
Entitybehind them - sameentity_ids, no reconfiguration needed - Fixes the notification/failure counters resetting to 0 on every Home Assistant restart - they now restore their last value
- The scenario
binary_sensorstays, read-only, as the place to see whether a scenario's conditions currently apply, while its new switch says whether it is enabled - The recipient
binary_sensoronly mirrors the recipient switch, so is deprecated and will be removed in a future version. It is read-only, and not created on a new install, or for a recipient added to an existing one. A repair is raised once if you have it enabled - Delivery and transport
binary_sensors are otherwise unchanged for now - a separate, larger conversion toswitchentities is tracked in issue #175 - but now belong to the config entry
Other
- HomeAssistant compatibility moved to 2026.9.3
Full Changelog: v2.6.0...v2.7.0-beta4