mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
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.
This commit is contained in:
parent
bab9ef7ada
commit
782cad97af
@ -297,7 +297,7 @@
|
|||||||
},
|
},
|
||||||
"reconfigure_device": {
|
"reconfigure_device": {
|
||||||
"name": "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": {
|
"fields": {
|
||||||
"ieee": {
|
"ieee": {
|
||||||
"name": "[%key:component::zha::services::permit::fields::ieee::name%]",
|
"name": "[%key:component::zha::services::permit::fields::ieee::name%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user