mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Use common state for "Error" in vacuum
(#143265)
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
"state": {
|
||||
"cleaning": "Cleaning",
|
||||
"docked": "Docked",
|
||||
"error": "Error",
|
||||
"error": "[%key:common::state::error%]",
|
||||
"idle": "[%key:common::state::idle%]",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]",
|
||||
|
Reference in New Issue
Block a user