Skip to content

Commit a64d0bf

Browse files
committed
Follow op suggestion
1 parent fb817ff commit a64d0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panels/lovelace/common/handle-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const handleAction = async (
6969
serviceName = `${domainToName(localize, domain)}: ${
7070
localize(
7171
`component.${domain}.services.${serviceName}.name`,
72-
hass.services?.[domain]?.[serviceName]?.description_placeholders
72+
serviceDomains[domain][service].description_placeholders
7373
) ||
7474
serviceDomains[domain][service].name ||
7575
service

0 commit comments

Comments
 (0)