From 0d2aac718040118cd2de3c983d6cd455fa14e593 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 25 Aug 2020 09:22:19 -0500 Subject: [PATCH 1/2] Add universal to the list of reloadables --- src/panels/config/server_control/ha-config-server-control.ts | 1 + src/translations/en.json | 3 ++- 2 files changed, 3 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 fe19018906e0..22ef7646ebc9 100644 --- a/src/panels/config/server_control/ha-config-server-control.ts +++ b/src/panels/config/server_control/ha-config-server-control.ts @@ -36,6 +36,7 @@ const reloadableDomains = [ "input_datetime", "input_select", "template", + "universal", ]; @customElement("ha-config-server-control") diff --git a/src/translations/en.json b/src/translations/en.json index caa70d5a03cf..94a4b89911aa 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -838,7 +838,8 @@ "input_number": "Reload input numbers", "input_datetime": "Reload input date times", "input_select": "Reload input selects", - "template": "Reload template entities" + "template": "Reload template entities", + "universal": "Reload universal entities" }, "server_management": { "heading": "Server management", From 2bcdbf5399438f4ec82721f2f09c5084dbc8da65 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 25 Aug 2020 22:33:03 +0200 Subject: [PATCH 2/2] Update src/translations/en.json --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 94a4b89911aa..2544e4f57b63 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -839,7 +839,7 @@ "input_datetime": "Reload input date times", "input_select": "Reload input selects", "template": "Reload template entities", - "universal": "Reload universal entities" + "universal": "Reload universal media player entities" }, "server_management": { "heading": "Server management",