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 fb817ff commit a64d0bfCopy full SHA for a64d0bf
src/panels/lovelace/common/handle-action.ts
@@ -69,7 +69,7 @@ export const handleAction = async (
69
serviceName = `${domainToName(localize, domain)}: ${
70
localize(
71
`component.${domain}.services.${serviceName}.name`,
72
- hass.services?.[domain]?.[serviceName]?.description_placeholders
+ serviceDomains[domain][service].description_placeholders
73
) ||
74
serviceDomains[domain][service].name ||
75
service
0 commit comments