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:
co-authored by
Bram Kragten
parent
04df6c3e9e
commit
a40eb1ff43
@@ -36,6 +36,7 @@ const reloadableDomains = [
|
||||
"input_datetime",
|
||||
"input_select",
|
||||
"template",
|
||||
"universal",
|
||||
];
|
||||
|
||||
@customElement("ha-config-server-control")
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user