X-Sense Home Security v0.1.3
X-Sense Home Security v0.1.3
Entity naming cleanup release.
Repository: https://github.com/javaDevJT/ha-xsense-home
What Changed
- Add explicit entity names so Home Assistant device pages no longer show repeated
Base Stationlabels. - Rename base-station metrics to clearer labels such as
Alarm volume,Voice volume,IP address,Software version, andWi-Fi signal strength. - Rename alarm/status entities to clearer labels such as
Muted,Alarm active,Alarm detected, andEnd of life. - Distinguish
Wi-Fi signal strengthfromRF signal strength. - Add regression coverage for the intended display labels.
- Bump the custom integration manifest version to
0.1.3.
Validation
python3 -m unittest discover -s tests -vpython3 -m compileall -q custom_components/xsense testsgit diff --check
Upgrade Note
After updating in HACS, restart Home Assistant. If an existing entity keeps an old label, check whether it has a custom name in Home Assistant's entity settings; HA may preserve user/customized names across integration updates.