mirror of
https://github.com/home-assistant/core.git
synced 2026-05-03 19:41:15 +02:00
Replace "Stopped" with common state in traccar_server (#141751)
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
"motion": {
|
||||
"name": "Motion",
|
||||
"state": {
|
||||
"off": "Stopped",
|
||||
"off": "[%key:common::state::stopped%]",
|
||||
"on": "Moving"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user