We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3d5f5 commit cc5c0d0Copy full SHA for cc5c0d0
src/panels/lovelace/common/handle-action.ts
@@ -67,7 +67,7 @@ export const handleAction = async (
67
await hass.loadBackendTranslation("title");
68
const localize = await hass.loadBackendTranslation("services");
69
serviceName = `${domainToName(localize, domain)}: ${
70
- localize(`component.${domain}.services.${serviceName}.name`) ||
+ localize(`component.${domain}.services.${service}.name`) ||
71
serviceDomains[domain][service].name ||
72
service
73
}`;
0 commit comments