mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 05:06:38 +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"
|
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`
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user