diff --git a/src/panels/config/automation/add-automation-element-dialog.ts b/src/panels/config/automation/add-automation-element-dialog.ts index 99e497a70b..c5d298e44d 100644 --- a/src/panels/config/automation/add-automation-element-dialog.ts +++ b/src/panels/config/automation/add-automation-element-dialog.ts @@ -370,7 +370,7 @@ class DialogAddAutomationElement extends LitElement implements HassDialog { }`, description: this.hass.localize( - `component.${domain}.services.${service}.description` + `component.${dmn}.services.${service}.description` ) || services[dmn][service]?.description, }); }