mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Drop incorrect CONFIG_SCHEMA from the homeassistant integration (#93850)
This commit is contained in:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user