Replace "service" with "action" in zha:reconfigure_device (#131111)
Replace "service" with "action" in one description As services are now actions in HA this needs to be fixed.pull/131248/head
parent
93b4570c04
commit
402c668f05
|
@ -297,7 +297,7 @@
|
|||
},
|
||||
"reconfigure_device": {
|
||||
"name": "Reconfigure device",
|
||||
"description": "Reconfigures a ZHA device (heal device). Use this if you are having issues with the device. If the device in question is a battery-powered device, ensure it is awake and accepting commands when you use this service.",
|
||||
"description": "Reconfigures a ZHA device (heal device). Use this if you are having issues with the device. If the device in question is a battery-powered device, ensure it is awake and accepting commands when you use this action.",
|
||||
"fields": {
|
||||
"ieee": {
|
||||
"name": "[%key:component::zha::services::permit::fields::ieee::name%]",
|
||||
|
|
Loading…
Reference in New Issue