Fix Netgear comment typo (#94927)

This commit is contained in:
Quentame 2023-06-21 08:23:22 +02:00 committed by GitHub
parent 1e078d5868
commit 31e9d95f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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