mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Fix service description to match HA style, fix casing (#135797)
This commit is contained in:
parent
1fee0a5aa2
commit
99f24ca59c
@ -512,7 +512,7 @@
|
|||||||
},
|
},
|
||||||
"get_device_capabilities": {
|
"get_device_capabilities": {
|
||||||
"name": "Get device mode capabilities",
|
"name": "Get device mode capabilities",
|
||||||
"description": "Retrieve the device capabilities for a specific device according to api requirements.",
|
"description": "Retrieves the device capabilities for a specific device according to API requirements.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"hvac_mode": {
|
"hvac_mode": {
|
||||||
"name": "[%key:component::climate::services::set_hvac_mode::fields::hvac_mode::name%]",
|
"name": "[%key:component::climate::services::set_hvac_mode::fields::hvac_mode::name%]",
|
||||||
@ -576,7 +576,7 @@
|
|||||||
"message": "Could not perform action for {name} with error {error}"
|
"message": "Could not perform action for {name} with error {error}"
|
||||||
},
|
},
|
||||||
"climate_react_not_available": {
|
"climate_react_not_available": {
|
||||||
"message": "Use Sensibo Enable Climate React action once to enable switch or the Sensibo app"
|
"message": "Use Sensibo 'Enable climate react' action once to enable switch or the Sensibo app"
|
||||||
},
|
},
|
||||||
"auth_error": {
|
"auth_error": {
|
||||||
"message": "Authentication failed, please update your API key"
|
"message": "Authentication failed, please update your API key"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user