mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 01:55:18 +02:00
Use common state for "Error" in fronius
(#143284)
This commit is contained in:
@@ -184,7 +184,7 @@
|
|||||||
"running": "Running",
|
"running": "Running",
|
||||||
"standby": "[%key:common::state::standby%]",
|
"standby": "[%key:common::state::standby%]",
|
||||||
"bootloading": "Bootloading",
|
"bootloading": "Bootloading",
|
||||||
"error": "Error",
|
"error": "[%key:common::state::error%]",
|
||||||
"idle": "[%key:common::state::idle%]",
|
"idle": "[%key:common::state::idle%]",
|
||||||
"ready": "Ready",
|
"ready": "Ready",
|
||||||
"sleeping": "Sleeping"
|
"sleeping": "Sleeping"
|
||||||
|
Reference in New Issue
Block a user