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