-
-
Notifications
You must be signed in to change notification settings - Fork 36.2k
Open
Labels
Description
The problem
Logger: homeassistant.config_entries
Source: config_entries.py:761
First occurred: 10:58:06 PM (1 occurrence)
Last logged: 10:58:06 PM
Error setting up entry 192.168.50.1 for asuswrt
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 761, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/asuswrt/__init__.py", line 18, in async_setup_entry
await router.setup()
File "/usr/src/homeassistant/homeassistant/components/asuswrt/router.py", line 231, in setup
await self._api.async_connect()
File "/usr/src/homeassistant/homeassistant/components/asuswrt/bridge.py", line 248, in async_connect
await self._get_label_mac()
File "/usr/src/homeassistant/homeassistant/components/asuswrt/bridge.py", line 280, in _get_label_mac
label_mac = await self._get_nvram_info("LABEL_MAC")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/asuswrt/bridge.py", line 270, in _get_nvram_info
info = await self._api.async_get_nvram(info_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aioasuswrt/asuswrt.py", line 449, in async_get_nvram
regex = _NVRAM_REGEX.format(item)
KeyError: '<item>'
What version of Home Assistant Core has the issue?
2025.12.3
What was the last working version of Home Assistant Core?
2025.12.2
What type of installation are you running?
Home Assistant Container
Integration causing the issue
AsusWRT
Link to integration documentation on our website
https://www.home-assistant.io/integrations/asuswrt/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
IgorCode