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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"