Fix discover blueprint tips not displayed in automation editor (#15812)

This commit is contained in:
Paul Bottein 2023-03-13 17:19:21 +01:00 committed by GitHub
parent effb4b9f7a
commit bf1cabca6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ class DialogNewAutomation extends LitElement implements HassDialog {
</a>
`
: html`
<ha-tip>
<ha-tip .hass=${this.hass}>
<a
href=${documentationUrl(this.hass, "/get-blueprints")}
target="_blank"