Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 04 May 12:28

Fixes

  • Cross-subnet scans now work. Previously, scanning a CIDR on a different L2 segment than Home Assistant (e.g. 192.168.3.0/24 from a HA host on 192.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/.