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
Automation Integration Tools

AI Summary: The `manifest.json` file for the WRTManager integration is missing required dependencies (`aiohttp` and `async_timeout`). This will cause the integration to fail on new installations and prevent users from importing necessary libraries. The proposed fix involves adding these dependencies to the `requirements` field 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
Automation Integration Tools

AI Summary: This critical issue describes a resource leak in the WrtManager integration due to the `async_unload_entry` function failing to properly shut down the UbusClient. This oversight leaves open network connections and aiohttp sessions, potentially leading to file descriptor exhaustion over time, especially during integration reloads or unloads. The proposed fix involves adding a call to `coordinator.async_shutdown()` before removing the coordinator from `hass.data`.

Complexity: 2/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