Use missed typed ConfigEntry in devolo Home Control (#147049)

This commit is contained in:
Guido Schmitz 2025-06-18 09:22:37 +02:00 committed by GitHub
parent 43d8a151ab
commit 3fad76dfa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,9 @@ async def async_unload_entry(
async def async_remove_config_entry_device(
hass: HomeAssistant, config_entry: ConfigEntry, device_entry: DeviceEntry
hass: HomeAssistant,
config_entry: DevoloHomeControlConfigEntry,
device_entry: DeviceEntry,
) -> bool:
"""Remove a config entry from a device."""
return True