mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Use common state for "Error" in home_connect
(#143276)
This commit is contained in:
parent
a9e77dc0db
commit
21f9ad3994
@ -1536,7 +1536,7 @@
|
||||
"pause": "[%key:common::state::paused%]",
|
||||
"actionrequired": "Action required",
|
||||
"finished": "Finished",
|
||||
"error": "Error",
|
||||
"error": "[%key:common::state::error%]",
|
||||
"aborting": "Aborting"
|
||||
}
|
||||
},
|
||||
@ -1587,7 +1587,7 @@
|
||||
"streaminglocal": "Streaming local",
|
||||
"streamingcloud": "Streaming cloud",
|
||||
"streaminglocal_and_cloud": "Streaming local and cloud",
|
||||
"error": "Error"
|
||||
"error": "[%key:common::state::error%]"
|
||||
}
|
||||
},
|
||||
"last_selected_map": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user