forked from home-assistant/core
Use strict typing for ConfigEntry on remove in NUT (#144588)
This commit is contained in:
@@ -187,7 +187,7 @@ async def async_unload_entry(hass: HomeAssistant, entry: NutConfigEntry) -> bool
|
||||
|
||||
async def async_remove_config_entry_device(
|
||||
hass: HomeAssistant,
|
||||
config_entry: ConfigEntry,
|
||||
config_entry: NutConfigEntry,
|
||||
device_entry: dr.DeviceEntry,
|
||||
) -> bool:
|
||||
"""Remove NUT config entry from a device."""
|
||||
|
Reference in New Issue
Block a user