mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use common state for "Error" in prusalink
(#143317)
This commit is contained in:
parent
29b67505a7
commit
fb60479578
@ -37,7 +37,7 @@
|
|||||||
"paused": "[%key:common::state::paused%]",
|
"paused": "[%key:common::state::paused%]",
|
||||||
"finished": "Finished",
|
"finished": "Finished",
|
||||||
"stopped": "[%key:common::state::stopped%]",
|
"stopped": "[%key:common::state::stopped%]",
|
||||||
"error": "Error",
|
"error": "[%key:common::state::error%]",
|
||||||
"attention": "Attention",
|
"attention": "Attention",
|
||||||
"ready": "Ready"
|
"ready": "Ready"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user