Release v1.2.2b5
Pre-release
Pre-release
Breaking change: The VPN switch entity ID changes. Update automations and dashboards before upgrading.
💥 Breaking changes
The VPN switch is now the device primary entity (has_entity_name / _attr_name = None).
| Before | After | |
|---|---|---|
| Display name | e.g. Office VPN VPN | e.g. Office VPN |
| Entity ID | switch.<vpn_name>_vpn |
switch.<vpn_name> |
Example: switch.office_vpn_vpn → switch.office_vpn
unique_idis unchanged (entity registry may keep your custom name).- Automations, scripts, and Lovelace cards that reference the old entity ID must be updated.
What's changed
- Switch: Home Assistant–conform primary entity (
_attr_name = None) - Reconfigure flow (host, credentials, update interval)
- English and German translations for config flow and entities
- Stable entity ID suffixes for status sensors (
connected,status, …) - Automatic cleanup of orphaned shadow entities after reload
Full Changelog: v1.2.2b4...v1.2.2b5