1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Don't duplicate core services in hassio (#102593)

This commit is contained in:
Erik Montnemery
2023-10-23 20:26:56 +02:00
committed by GitHub
parent c555fe4462
commit 7a009ed6cd
6 changed files with 51 additions and 73 deletions

View File

@@ -1058,9 +1058,6 @@ COMPRESSED_STATE_LAST_CHANGED = "lc"
COMPRESSED_STATE_LAST_UPDATED = "lu"
# #### SERVICES ####
SERVICE_HOMEASSISTANT_STOP: Final = "stop"
SERVICE_HOMEASSISTANT_RESTART: Final = "restart"
SERVICE_TURN_ON: Final = "turn_on"
SERVICE_TURN_OFF: Final = "turn_off"
SERVICE_TOGGLE: Final = "toggle"