mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
Fix Netgear comment typo (#94927)
This commit is contained in:
parent
1e078d5868
commit
31e9d95f66
@ -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…
x
Reference in New Issue
Block a user