Add service for each command

This commit is contained in:
2019-09-29 11:12:48 +02:00
parent f13ac064ca
commit 939a87def9
2 changed files with 26 additions and 1 deletions

View File

@@ -15,3 +15,15 @@ WS_ROOT = DOMAIN
WS_CONNECT = "{}/connect".format(WS_ROOT)
WS_UPDATE = "{}/update".format(WS_ROOT)
WS_CAMERA = "{}/camera".format(WS_ROOT)
USER_COMMANDS = [
"debug",
"popup",
"close-popup",
"navigate",
"more-info",
"set-theme",
"lovelace-reload",
"blackout",
"no-blackout",
]