v0.2.1
Fixes
- Cross-subnet scans now work. Previously, scanning a CIDR on a different L2 segment than Home Assistant (e.g.
192.168.3.0/24from a HA host on192.168.1.0/24) returned zero devices because ping fails inside the unprivileged HA container and the kernel ARP cache only holds local-segment entries. The scanner now falls back to a full TCP sweep across the CIDR when ping/ARP yield nothing — slower (~60–90s per /24) but only triggers when the fast path failed. (#9) - Scan modal no longer drops your edits silently (#8). The IP-range inputs were never wired to a save handler in the HA build — ranges live in the integration options flow. The modal now displays them read-only with a hint pointing to Settings → Devices & services → Homelable → Configure.
Install
Update via HACS, or download homelable.zip and unzip into config/custom_components/.