Fix Netgear comment typo (#94927)
This commit is contained in:
parent
1e078d5868
commit
31e9d95f66
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ async def update_listener(hass: HomeAssistant, config_entry: ConfigEntry) -> Non
|
|||
async def async_remove_config_entry_device(
|
||||
hass: HomeAssistant, config_entry: ConfigEntry, device_entry: dr.DeviceEntry
|
||||
) -> bool:
|
||||
"""Remove a config entry from a device."""
|
||||
"""Remove a device from a config entry."""
|
||||
router = hass.data[DOMAIN][config_entry.entry_id][KEY_ROUTER]
|
||||
|
||||
device_mac = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue