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 <arnett.zackary@gmail.com>

* Update src/translations/en.json

Co-authored-by: Zack Arnett <arnett.zackary@gmail.com>

* Update src/translations/en.json

Co-authored-by: Zack Arnett <arnett.zackary@gmail.com>

* Update src/translations/en.json

Co-authored-by: Zack Arnett <arnett.zackary@gmail.com>

Co-authored-by: Zack Arnett <arnett.zackary@gmail.com>
This commit is contained in:
J. Nick Koston 2020-08-28 08:31:54 -05:00 committed by GitHub
parent 7a4c9b128c
commit 119c5c9071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View File

@ -41,6 +41,14 @@ const reloadableDomains = [
"command_line", "command_line",
"filter", "filter",
"statistics", "statistics",
"generic",
"generic_thermostat",
"homekit",
"min_max",
"history_stats",
"trend",
"ping",
"filesize",
]; ];
@customElement("ha-config-server-control") @customElement("ha-config-server-control")

View File

@ -843,7 +843,15 @@
"rest": "Reload rest entities", "rest": "Reload rest entities",
"command_line": "Reload command line entities", "command_line": "Reload command line entities",
"filter": "Reload filter 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": { "server_management": {
"heading": "Server management", "heading": "Server management",