mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Drop incorrect CONFIG_SCHEMA from the homeassistant integration (#93850)
This commit is contained in:
parent
3f3b833034
commit
24ed53cebe
@ -60,8 +60,6 @@ SCHEMA_RELOAD_CONFIG_ENTRY = vol.All(
|
|||||||
|
|
||||||
SHUTDOWN_SERVICES = (SERVICE_HOMEASSISTANT_STOP, SERVICE_HOMEASSISTANT_RESTART)
|
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
|
async def async_setup(hass: ha.HomeAssistant, config: ConfigType) -> bool: # noqa: C901
|
||||||
"""Set up general services related to Home Assistant."""
|
"""Set up general services related to Home Assistant."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user