mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00
Replace "Stopped" with common state in ipp
(#141750)
This commit is contained in:
parent
1800e6fb8e
commit
83f4f4cc96
@ -38,7 +38,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"printing": "Printing",
|
"printing": "Printing",
|
||||||
"idle": "[%key:common::state::idle%]",
|
"idle": "[%key:common::state::idle%]",
|
||||||
"stopped": "Stopped"
|
"stopped": "[%key:common::state::stopped%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"uptime": {
|
"uptime": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user