OpenWrt network management integration for Home Assistant with VLAN organization, roaming detection, and device management

home-assistant integration network-management openwrt wifi
2 Open Issues Need Help Last updated: Nov 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `manifest.json` for the `wrtmanager` custom component is missing `aiohttp` and `async_timeout` in its `requirements` field, despite the code utilizing these libraries. This critical oversight prevents the integration from installing correctly on fresh Home Assistant instances and causes import errors for users. A straightforward fix involves adding these two dependencies with specified minimum versions to the `requirements` array in the manifest.

Complexity: 1/5
bug good first issue priority: critical

OpenWrt network management integration for Home Assistant with VLAN organization, roaming detection, and device management

Python
#home-assistant#integration#network-management#openwrt#wifi

AI Summary: The WrtManager integration has a critical resource leak where the `async_unload_entry` function fails to call `coordinator.async_shutdown()`. This omission leaves open network connections and aiohttp sessions, potentially exhausting file descriptors over time. A straightforward fix involves adding `await coordinator.async_shutdown()` before removing the coordinator from `hass.data` during unload.

Complexity: 1/5
bug good first issue priority: critical

OpenWrt network management integration for Home Assistant with VLAN organization, roaming detection, and device management

Python
#home-assistant#integration#network-management#openwrt#wifi