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