mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Use common state "Fault" in wolflink
(#143688)
This commit is contained in:
parent
8ff4d5dcbf
commit
e85e60ed6a
@ -29,13 +29,14 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"state": {
|
"state": {
|
||||||
"ein": "[%key:common::state::on%]",
|
"ein": "[%key:common::state::on%]",
|
||||||
"deaktiviert": "[%key:common::state::disabled%]",
|
|
||||||
"aus": "[%key:common::state::off%]",
|
"aus": "[%key:common::state::off%]",
|
||||||
|
"deaktiviert": "[%key:common::state::disabled%]",
|
||||||
"standby": "[%key:common::state::standby%]",
|
"standby": "[%key:common::state::standby%]",
|
||||||
|
"storung": "[%key:common::state::fault%]",
|
||||||
"auto": "[%key:common::state::auto%]",
|
"auto": "[%key:common::state::auto%]",
|
||||||
"permanent": "Permanent",
|
"permanent": "Permanent",
|
||||||
"initialisierung": "Initialization",
|
"initialisierung": "Initialization",
|
||||||
"antilegionellenfunktion": "Anti-legionella Function",
|
"antilegionellenfunktion": "Anti-legionella function",
|
||||||
"fernschalter_ein": "Remote control enabled",
|
"fernschalter_ein": "Remote control enabled",
|
||||||
"1_x_warmwasser": "1 x DHW",
|
"1_x_warmwasser": "1 x DHW",
|
||||||
"bereit_keine_ladung": "Ready, not loading",
|
"bereit_keine_ladung": "Ready, not loading",
|
||||||
@ -53,7 +54,6 @@
|
|||||||
"taktsperre": "Anti-cycle",
|
"taktsperre": "Anti-cycle",
|
||||||
"betrieb_ohne_brenner": "Working without burner",
|
"betrieb_ohne_brenner": "Working without burner",
|
||||||
"abgasklappe": "Flue gas damper",
|
"abgasklappe": "Flue gas damper",
|
||||||
"storung": "Fault",
|
|
||||||
"gradienten_uberwachung": "Gradient monitoring",
|
"gradienten_uberwachung": "Gradient monitoring",
|
||||||
"gasdruck": "Gas pressure",
|
"gasdruck": "Gas pressure",
|
||||||
"spreizung_hoch": "dT too wide",
|
"spreizung_hoch": "dT too wide",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user