mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Fix spelling of "Roborock" and adapt action descriptions to HA standards (#137570)
- change two occurrences of "roborock" to "Roborock" - change "url" to "URL - Reword three action descriptions to use third-person plural, following HA standards
This commit is contained in:
parent
ba14933ae7
commit
57133c199f
@ -23,8 +23,8 @@
|
||||
"invalid_email": "There is no account associated with the email you entered, please try again.",
|
||||
"invalid_email_format": "There is an issue with the formatting of your email - please try again.",
|
||||
"too_frequent_code_requests": "You have attempted to request too many codes. Try again later.",
|
||||
"unknown_roborock": "There was an unknown roborock exception - please check your logs.",
|
||||
"unknown_url": "There was an issue determining the correct url for your roborock account - please check your logs.",
|
||||
"unknown_roborock": "There was an unknown Roborock exception - please check your logs.",
|
||||
"unknown_url": "There was an issue determining the correct URL for your Roborock account - please check your logs.",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||
},
|
||||
"abort": {
|
||||
@ -436,11 +436,11 @@
|
||||
"services": {
|
||||
"get_maps": {
|
||||
"name": "Get maps",
|
||||
"description": "Get the map and room information of your device."
|
||||
"description": "Retrieves the map and room information of your device."
|
||||
},
|
||||
"set_vacuum_goto_position": {
|
||||
"name": "Go to position",
|
||||
"description": "Send the vacuum to a specific position.",
|
||||
"description": "Sends the vacuum to a specific position.",
|
||||
"fields": {
|
||||
"x": {
|
||||
"name": "X-coordinate",
|
||||
@ -454,7 +454,7 @@
|
||||
},
|
||||
"get_vacuum_current_position": {
|
||||
"name": "Get current position",
|
||||
"description": "Get the current position of the vacuum."
|
||||
"description": "Retrieves the current position of the vacuum."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user