From 493af5fe821e221d3368a118faab75cf70729efb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 25 Aug 2020 21:33:29 -0500 Subject: [PATCH] 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 --- .../config/server_control/ha-config-server-control.ts | 4 ++++ src/translations/en.json | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/panels/config/server_control/ha-config-server-control.ts b/src/panels/config/server_control/ha-config-server-control.ts index 22ef7646eb..f5e3f13ac0 100644 --- a/src/panels/config/server_control/ha-config-server-control.ts +++ b/src/panels/config/server_control/ha-config-server-control.ts @@ -37,6 +37,10 @@ const reloadableDomains = [ "input_select", "template", "universal", + "rest", + "command_line", + "filter", + "statistics", ]; @customElement("ha-config-server-control") diff --git a/src/translations/en.json b/src/translations/en.json index e5c4952fb1..e228ccb712 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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",