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" icon="hass:help-circle"
></paper-icon-button> ></paper-icon-button>
</div> </div>
<span slot="introduction"> <div slot="introduction">
${this.hass!.localize( ${this.hass!.localize(
"ui.panel.config.zwave.network_management.introduction" "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 ${this._networkStatus
? html` ? html`

View File

@ -1051,6 +1051,7 @@
"zwave": { "zwave": {
"caption": "Z-Wave", "caption": "Z-Wave",
"description": "Manage your Z-Wave network", "description": "Manage your Z-Wave network",
"learn_more": "Learn more about Z-Wave",
"common": { "common": {
"value": "Value", "value": "Value",
"instance": "Instance", "instance": "Instance",