Use common state for "Error" in lawn_mower (#143266)

This commit is contained in:
Norbert Rittel 2025-04-19 20:23:51 +02:00 committed by GitHub
parent 99e1245c9b
commit 16c72c491d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"_": {
"name": "[%key:component::lawn_mower::title%]",
"state": {
"error": "Error",
"error": "[%key:common::state::error%]",
"paused": "[%key:common::state::paused%]",
"mowing": "Mowing",
"docked": "Docked",