Drop incorrect CONFIG_SCHEMA from the homeassistant integration (#93850)

This commit is contained in:
Erik Montnemery 2023-05-31 10:10:44 +02:00 committed by GitHub
parent 3f3b833034
commit 24ed53cebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."""