**Describe the bug** Only a warning **To Reproduce** message log from HA 2024.11.0 **Expected behavior** no warning - deprecated statement **Solution: replace statement in /homeassistant/custom_components/dpc/__init__.py line 20: from homeassistant.core import Config, HomeAssistant new 20: from homeassistant.helpers.typing import ConfigType line 38 : async def async_setup(hass: HomeAssistant, config: Config): new 38: async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: **Additional context** suggestion