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 ${this._showHelp
? html` ? html`
<ha-service-description <div class="helpText">
.hass="${this.hass}" ${this.hass!.localize(
domain="zha" "ui.panel.config.zha.services.reconfigure"
service="reconfigure_device" )}
/> </div>
` `
: ""} : ""}
<ha-call-service-button <ha-call-service-button

View File

@ -773,7 +773,10 @@
}, },
"zha": { "zha": {
"caption": "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": { "zwave": {
"caption": "Z-Wave", "caption": "Z-Wave",