mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
add help text for reconfigure node (#2616)
This commit is contained in:
parent
5a797a6dec
commit
30ab056aa4
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user