mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Use common state for "Error" in fronius
(#143284)
This commit is contained in:
parent
012f6b660c
commit
ec55f716e1
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user