mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
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:
parent
ac66a59cec
commit
493af5fe82
@ -37,6 +37,10 @@ const reloadableDomains = [
|
||||
"input_select",
|
||||
"template",
|
||||
"universal",
|
||||
"rest",
|
||||
"command_line",
|
||||
"filter",
|
||||
"statistics",
|
||||
];
|
||||
|
||||
@customElement("ha-config-server-control")
|
||||
|
@ -839,7 +839,11 @@
|
||||
"input_datetime": "Reload input date times",
|
||||
"input_select": "Reload input selects",
|
||||
"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": {
|
||||
"heading": "Server management",
|
||||
|
Loading…
x
Reference in New Issue
Block a user