Add universal to the list of reloadables (#6697)

* Add universal to the list of reloadables

* Update src/translations/en.json

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
J. Nick Koston
2020-08-26 00:30:02 +02:00
committed by GitHub
co-authored by Bram Kragten
parent 04df6c3e9e
commit a40eb1ff43
2 changed files with 3 additions and 1 deletions
@@ -36,6 +36,7 @@ const reloadableDomains = [
"input_datetime",
"input_select",
"template",
"universal",
];
@customElement("ha-config-server-control")
+2 -1
View File
@@ -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 media player entities"
},
"server_management": {
"heading": "Server management",