mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
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:
parent
04df6c3e9e
commit
a40eb1ff43
@ -36,6 +36,7 @@ const reloadableDomains = [
|
|||||||
"input_datetime",
|
"input_datetime",
|
||||||
"input_select",
|
"input_select",
|
||||||
"template",
|
"template",
|
||||||
|
"universal",
|
||||||
];
|
];
|
||||||
|
|
||||||
@customElement("ha-config-server-control")
|
@customElement("ha-config-server-control")
|
||||||
|
@ -838,7 +838,8 @@
|
|||||||
"input_number": "Reload input numbers",
|
"input_number": "Reload input numbers",
|
||||||
"input_datetime": "Reload input date times",
|
"input_datetime": "Reload input date times",
|
||||||
"input_select": "Reload input selects",
|
"input_select": "Reload input selects",
|
||||||
"template": "Reload template entities"
|
"template": "Reload template entities",
|
||||||
|
"universal": "Reload universal media player entities"
|
||||||
},
|
},
|
||||||
"server_management": {
|
"server_management": {
|
||||||
"heading": "Server management",
|
"heading": "Server management",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user