mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix link to new automation (#16479)
This commit is contained in:
parent
bcfa6c5a4b
commit
ccf3238318
@ -72,7 +72,7 @@ export class CloudWebhooks extends LitElement {
|
|||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.cloud.account.webhooks.no_hooks_yet2"
|
"ui.panel.config.cloud.account.webhooks.no_hooks_yet2"
|
||||||
)}
|
)}
|
||||||
<a href="/config/automation/new"
|
<a href="/config/automation/edit/new"
|
||||||
>${this.hass.localize(
|
>${this.hass.localize(
|
||||||
"ui.panel.config.cloud.account.webhooks.no_hooks_yet_link_automation"
|
"ui.panel.config.cloud.account.webhooks.no_hooks_yet_link_automation"
|
||||||
)}</a
|
)}</a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user