diff --git a/src/panels/config/automation/ha-automation-picker.js b/src/panels/config/automation/ha-automation-picker.js index 9d0ecbc92a..4ae79560cc 100644 --- a/src/panels/config/automation/ha-automation-picker.js +++ b/src/panels/config/automation/ha-automation-picker.js @@ -82,7 +82,10 @@ class HaAutomationPicker extends LocalizeMixin(NavigateMixin(PolymerElement)) {
- + [[localize('ui.panel.config.automation.picker.learn_more')]]
diff --git a/src/panels/config/js/automation.js b/src/panels/config/js/automation.js index 4f90040444..b0241d4fa4 100644 --- a/src/panels/config/js/automation.js +++ b/src/panels/config/js/automation.js @@ -72,7 +72,10 @@ export default class Automation extends Component { "ui.panel.config.automation.editor.triggers.introduction" )} - + {localize( "ui.panel.config.automation.editor.triggers.learn_more" )} @@ -96,7 +99,10 @@ export default class Automation extends Component { "ui.panel.config.automation.editor.conditions.introduction" )} - + {localize( "ui.panel.config.automation.editor.conditions.learn_more" )} @@ -120,7 +126,10 @@ export default class Automation extends Component { "ui.panel.config.automation.editor.actions.introduction" )} - + {localize("ui.panel.config.automation.editor.actions.learn_more")} diff --git a/src/panels/dev-info/ha-panel-dev-info.ts b/src/panels/dev-info/ha-panel-dev-info.ts index 798b72d93b..54348807f1 100644 --- a/src/panels/dev-info/ha-panel-dev-info.ts +++ b/src/panels/dev-info/ha-panel-dev-info.ts @@ -64,7 +64,7 @@ class HaPanelDevInfo extends LitElement {