X-Sense Home Security v0.1.0
X-Sense Home Security v0.1.0
Initial public HACS test release.
What Changed
- Package the upstream Home Assistant
xsensecomponent as a HACS custom integration. - Add
hacs.jsonmetadata for custom-repository installation. - Add README setup guidance for the recommended second X-Sense account sharing model.
- Preserve the newer upstream dependency pins:
python-xsense[async]==0.0.16andpaho-mqtt==2.1.0. - Add repository-shape tests for manifest, HACS metadata, expected component files, and README install guidance.
- Add HACS and Hassfest GitHub Actions workflows.
Validation
python3 -m unittest discover -s tests -vpython3 -m compileall -q custom_components/xsense testsgit diff --check
Known Gaps
- Not yet validated against live X-Sense credentials or devices.
- Not yet validated in a running Home Assistant instance.
- MQTT and polling behavior still need runtime log verification.