From 3fad76dfa120685be2294258030733d6a212ce07 Mon Sep 17 00:00:00 2001 From: Guido Schmitz Date: Wed, 18 Jun 2025 09:22:37 +0200 Subject: [PATCH] Use missed typed ConfigEntry in devolo Home Control (#147049) --- homeassistant/components/devolo_home_control/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/devolo_home_control/__init__.py b/homeassistant/components/devolo_home_control/__init__.py index b8dc948913f..331bb5df94a 100644 --- a/homeassistant/components/devolo_home_control/__init__.py +++ b/homeassistant/components/devolo_home_control/__init__.py @@ -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