mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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%]",
|
"pause": "[%key:common::state::paused%]",
|
||||||
"actionrequired": "Action required",
|
"actionrequired": "Action required",
|
||||||
"finished": "Finished",
|
"finished": "Finished",
|
||||||
"error": "Error",
|
"error": "[%key:common::state::error%]",
|
||||||
"aborting": "Aborting"
|
"aborting": "Aborting"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1587,7 +1587,7 @@
|
|||||||
"streaminglocal": "Streaming local",
|
"streaminglocal": "Streaming local",
|
||||||
"streamingcloud": "Streaming cloud",
|
"streamingcloud": "Streaming cloud",
|
||||||
"streaminglocal_and_cloud": "Streaming local and cloud",
|
"streaminglocal_and_cloud": "Streaming local and cloud",
|
||||||
"error": "Error"
|
"error": "[%key:common::state::error%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"last_selected_map": {
|
"last_selected_map": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user