v0.7.0
Homelable HACS 0.7.0
✨ Features
Zigbee device properties (#27)
On approve and on re-import, Zigbee devices now carry their IEEE address, vendor, model, and LQI (link quality) as node properties — surfaced directly on the canvas.
Edge endpoint reconnect (#29)
Select an edge to reveal draggable endpoint dots. Drag either end onto any handle — a different snap point on the same node or a different node entirely — to reroute the link without deleting and redrawing. Drop on empty space leaves the edge unchanged; Cmd/Ctrl+Z undoes a reconnect. Snapping picks the nearest handle within range and works inside Home Assistant's Shadow-DOM panel.
Proxmox container snap points (#29)
Proxmox nodes in container mode now render the configured number of bottom_handles snap points instead of a single bottom handle, so multiple edges can attach cleanly.
🐛 Fixes
Status check targets (#28)
Ping, SSH, and TCP checks now strip scheme and port from the target, so URLs like https://host:8123 resolve to the correct host instead of failing.
Full changelog: v0.6.0...v0.7.0
What's Changed
- feat(zigbee): IEEE/Vendor/Model/LQI properties on approve + re-import by @Pouzor in #27
- fix(status): ping check target with a URL no longer reports devices offline by @Pouzor in #28
- feat(canvas): edge endpoint reconnect + proxmox container snap points by @Pouzor in #29
- chore: release 0.7.0 by @Pouzor in #30
Full Changelog: v0.6.0...v0.7.0