From 119c5c907123a3035d2a5c5951eb9bb48ce20466 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 28 Aug 2020 08:31:54 -0500 Subject: [PATCH] Add generic/generic_thermostat/homekit/min_max/history_stats/trend/ping/filesize to the list of reloadables (#6721) * Add generic/generic_thermostat/homekit/min_max/history_stats/trend/ping/filesize to the list of reloadables * Update src/translations/en.json Co-authored-by: Zack Arnett * Update src/translations/en.json Co-authored-by: Zack Arnett * Update src/translations/en.json Co-authored-by: Zack Arnett * Update src/translations/en.json Co-authored-by: Zack Arnett Co-authored-by: Zack Arnett --- .../config/server_control/ha-config-server-control.ts | 8 ++++++++ src/translations/en.json | 10 +++++++++- 2 files changed, 17 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 f5e3f13ac0..def3ad5492 100644 --- a/src/panels/config/server_control/ha-config-server-control.ts +++ b/src/panels/config/server_control/ha-config-server-control.ts @@ -41,6 +41,14 @@ const reloadableDomains = [ "command_line", "filter", "statistics", + "generic", + "generic_thermostat", + "homekit", + "min_max", + "history_stats", + "trend", + "ping", + "filesize", ]; @customElement("ha-config-server-control") diff --git a/src/translations/en.json b/src/translations/en.json index 940bdd61f6..2108e81755 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -843,7 +843,15 @@ "rest": "Reload rest entities", "command_line": "Reload command line entities", "filter": "Reload filter entities", - "statistics": "Reload statistics entities" + "statistics": "Reload statistics entities", + "generic": "Reload generic IP camera entities", + "generic_thermostat": "Reload generic thermostat entities", + "homekit": "Reload HomeKit", + "min_max": "Reload min/max entities", + "history_stats": "Reload history stats entities", + "trend": "Reload trend entities", + "ping": "Reload ping binary sensor entities", + "filesize": "Reload file size entities" }, "server_management": { "heading": "Server management",