mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Add link to Z-Wave panel docs (#3874)
This commit is contained in:
parent
56bac8a8c1
commit
c74793b1d5
@ -63,11 +63,19 @@ export class ZwaveNetwork extends LitElement {
|
||||
icon="hass:help-circle"
|
||||
></paper-icon-button>
|
||||
</div>
|
||||
<span slot="introduction">
|
||||
<div slot="introduction">
|
||||
${this.hass!.localize(
|
||||
"ui.panel.config.zwave.network_management.introduction"
|
||||
)}
|
||||
</span>
|
||||
<p>
|
||||
<a
|
||||
href="https://www.home-assistant.io/docs/z-wave/control-panel/"
|
||||
target="_blank"
|
||||
>
|
||||
${this.hass!.localize("ui.panel.config.zwave.learn_more")}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
${this._networkStatus
|
||||
? html`
|
||||
|
@ -1051,6 +1051,7 @@
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
"description": "Manage your Z-Wave network",
|
||||
"learn_more": "Learn more about Z-Wave",
|
||||
"common": {
|
||||
"value": "Value",
|
||||
"instance": "Instance",
|
||||
|
Loading…
x
Reference in New Issue
Block a user