From 24ed53cebe4541ebecf3c77f067b5dc513ca2a4d Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 31 May 2023 10:10:44 +0200 Subject: [PATCH] Drop incorrect CONFIG_SCHEMA from the homeassistant integration (#93850) --- homeassistant/components/homeassistant/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/homeassistant/__init__.py b/homeassistant/components/homeassistant/__init__.py index 9befec8910f..987a4317ba8 100644 --- a/homeassistant/components/homeassistant/__init__.py +++ b/homeassistant/components/homeassistant/__init__.py @@ -60,8 +60,6 @@ SCHEMA_RELOAD_CONFIG_ENTRY = vol.All( SHUTDOWN_SERVICES = (SERVICE_HOMEASSISTANT_STOP, SERVICE_HOMEASSISTANT_RESTART) -CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) - async def async_setup(hass: ha.HomeAssistant, config: ConfigType) -> bool: # noqa: C901 """Set up general services related to Home Assistant."""