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-25 17:30:02 -05:00 committed by GitHub
parent 04df6c3e9e
commit a40eb1ff43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@ const reloadableDomains = [
"input_datetime",
"input_select",
"template",
"universal",
];
@customElement("ha-config-server-control")

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",