Add link to Z-Wave panel docs (#3874)

This commit is contained in:
Charles Garwood 2019-10-03 14:51:37 -04:00 committed by Bram Kragten
parent 56bac8a8c1
commit c74793b1d5
2 changed files with 11 additions and 2 deletions

View File

@ -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`

View File

@ -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",