Add rest/command_line/filter/statistics to the list of reloadables (#6705)

* Add rest and command_line to the list of reloadables

* Update src/translations/en.json

* Add the latest ones
This commit is contained in:
J. Nick Koston 2020-08-25 21:33:29 -05:00 committed by GitHub
parent ac66a59cec
commit 493af5fe82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -37,6 +37,10 @@ const reloadableDomains = [
"input_select", "input_select",
"template", "template",
"universal", "universal",
"rest",
"command_line",
"filter",
"statistics",
]; ];
@customElement("ha-config-server-control") @customElement("ha-config-server-control")

View File

@ -839,7 +839,11 @@
"input_datetime": "Reload input date times", "input_datetime": "Reload input date times",
"input_select": "Reload input selects", "input_select": "Reload input selects",
"template": "Reload template entities", "template": "Reload template entities",
"universal": "Reload universal media player entities" "universal": "Reload universal media player entities",
"rest": "Reload rest entities",
"command_line": "Reload command line entities",
"filter": "Reload filter entities",
"statistics": "Reload statistics entities"
}, },
"server_management": { "server_management": {
"heading": "Server management", "heading": "Server management",