Add cancel command button to ozw config panel (#7471)

This commit is contained in:
Charles Garwood 2020-10-27 09:00:21 -04:00 committed by GitHub
parent dbbd34c520
commit b56e9ef028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -129,6 +129,7 @@ class OZWNetworkDashboard extends LitElement {
<div class="card-actions"> <div class="card-actions">
${this._generateServiceButton("add_node")} ${this._generateServiceButton("add_node")}
${this._generateServiceButton("remove_node")} ${this._generateServiceButton("remove_node")}
${this._generateServiceButton("cancel_command")}
</div> </div>
</ha-card> </ha-card>
` `

View File

@ -2022,7 +2022,8 @@
}, },
"services": { "services": {
"add_node": "Add Node", "add_node": "Add Node",
"remove_node": "Remove Node" "remove_node": "Remove Node",
"cancel_command": "Cancel Command"
} }
}, },
"zha": { "zha": {