Skip to content

Commit

Permalink
Drop incorrect CONFIG_SCHEMA from the homeassistant integration (#93850)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed May 31, 2023
1 parent 3f3b833 commit 24ed53c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions homeassistant/components/homeassistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@

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."""
Expand Down

0 comments on commit 24ed53c

Please sign in to comment.