Use strict typing for ConfigEntry on remove in NUT (#144588)

This commit is contained in:
tdfountain 2025-05-09 15:20:03 -07:00 committed by GitHub
parent 5fadc56475
commit 1654249dab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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