mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Replace "Stopped" with common state in matter
(#141768)
This commit is contained in:
parent
92034aeecc
commit
02aa823d25
@ -258,7 +258,7 @@
|
|||||||
"operational_state": {
|
"operational_state": {
|
||||||
"name": "Operational state",
|
"name": "Operational state",
|
||||||
"state": {
|
"state": {
|
||||||
"stopped": "Stopped",
|
"stopped": "[%key:common::state::stopped%]",
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"paused": "[%key:common::state::paused%]",
|
"paused": "[%key:common::state::paused%]",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user