Skip to content

X-Sense Home Security v0.1.3

Choose a tag to compare

@javaDevJT javaDevJT released this 28 Jun 22:12

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 Station labels.
  • Rename base-station metrics to clearer labels such as Alarm volume, Voice volume, IP address, Software version, and Wi-Fi signal strength.
  • Rename alarm/status entities to clearer labels such as Muted, Alarm active, Alarm detected, and End of life.
  • Distinguish Wi-Fi signal strength from RF 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 -v
  • python3 -m compileall -q custom_components/xsense tests
  • git 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.