We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6913e commit c67e005Copy full SHA for c67e005
homeassistant/components/volvo/lock.py
@@ -127,7 +127,7 @@ def _reset_and_create_error(
127
128
return HomeAssistantError(
129
translation_domain=DOMAIN,
130
- translation_key="lock_failure",
+ translation_key="command_failure",
131
translation_placeholders={
132
"command": command,
133
"status": status,
homeassistant/components/volvo/strings.json
@@ -359,9 +359,6 @@
359
"command_failure": {
360
"message": "Command {command} failed. Status: {status}. Message: {message}"
361
},
362
- "lock_failure": {
363
- "message": "Failed to {command} vehicle. Status: {status}. Message: {message}"
364
- },
365
"no_vehicle": {
366
"message": "Unable to retrieve vehicle details."
367
0 commit comments