add help text for reconfigure node (#2616)

This commit is contained in:
David F. Mulcahey 2019-01-28 22:33:22 -05:00 committed by Paulus Schoutsen
parent 5a797a6dec
commit 30ab056aa4
2 changed files with 9 additions and 6 deletions

View File

@ -131,11 +131,11 @@ export class ZHANode extends LitElement {
>
${this._showHelp
? html`
<ha-service-description
.hass="${this.hass}"
domain="zha"
service="reconfigure_device"
/>
<div class="helpText">
${this.hass!.localize(
"ui.panel.config.zha.services.reconfigure"
)}
</div>
`
: ""}
<ha-call-service-button

View File

@ -773,7 +773,10 @@
},
"zha": {
"caption": "ZHA",
"description": "Zigbee Home Automation network management"
"description": "Zigbee Home Automation network management",
"services": {
"reconfigure": "Reconfigure ZHA device (heal device). Use this if you are having issues with the device. If the device in question is a battery powered device please ensure it is awake and accepting commands when you use this service."
}
},
"zwave": {
"caption": "Z-Wave",