diff --git a/custom_components/wellbeing/__init__.py b/custom_components/wellbeing/__init__.py index 00c3bf7..4f87450 100644 --- a/custom_components/wellbeing/__init__.py +++ b/custom_components/wellbeing/__init__.py @@ -29,12 +29,6 @@ _LOGGER: logging.Logger = logging.getLogger(__package__) -# noinspection PyUnusedLocal -async def async_setup(hass: HomeAssistant, config: Config): - """Set up this integration using YAML is not supported.""" - return True - - async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry): """Set up this integration using UI.""" if hass.data.get(DOMAIN) is None: