mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
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:
parent
7a4c9b128c
commit
119c5c9071
@ -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")
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user