Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add universal to the list of reloadables #6697

Merged
merged 2 commits into from Aug 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -36,6 +36,7 @@ const reloadableDomains = [
"input_datetime",
"input_select",
"template",
"universal",
];

@customElement("ha-config-server-control")
Expand Down
3 changes: 2 additions & 1 deletion src/translations/en.json
Expand Up @@ -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",
Expand Down