mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Migrate Wolf SmartSet Service translations (#83323)
This commit is contained in:
parent
aa37f6c934
commit
3f891ef4ee
@ -143,10 +143,7 @@ class WolfLinkPercentage(WolfLinkSensor):
|
|||||||
class WolfLinkState(WolfLinkSensor):
|
class WolfLinkState(WolfLinkSensor):
|
||||||
"""Class for entities which has defined list of state."""
|
"""Class for entities which has defined list of state."""
|
||||||
|
|
||||||
@property
|
_attr_translation_key = "state"
|
||||||
def device_class(self):
|
|
||||||
"""Return the device class."""
|
|
||||||
return "wolflink__state"
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def native_value(self):
|
def native_value(self):
|
||||||
|
@ -23,5 +23,94 @@
|
|||||||
"title": "Select WOLF device"
|
"title": "Select WOLF device"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"entity": {
|
||||||
|
"sensor": {
|
||||||
|
"state": {
|
||||||
|
"state": {
|
||||||
|
"ein": "Enabled",
|
||||||
|
"deaktiviert": "Inactive",
|
||||||
|
"aus": "Disabled",
|
||||||
|
"standby": "Standby",
|
||||||
|
"auto": "Auto",
|
||||||
|
"permanent": "Permanent",
|
||||||
|
"initialisierung": "Initialization",
|
||||||
|
"antilegionellenfunktion": "Anti-legionella Function",
|
||||||
|
"fernschalter_ein": "Remote control enabled",
|
||||||
|
"1_x_warmwasser": "1 x DHW",
|
||||||
|
"bereit_keine_ladung": "Ready, not loading",
|
||||||
|
"solarbetrieb": "Solar mode",
|
||||||
|
"reduzierter_betrieb": "Limited mode",
|
||||||
|
"smart_home": "SmartHome",
|
||||||
|
"smart_grid": "SmartGrid",
|
||||||
|
"ruhekontakt": "Rest contact",
|
||||||
|
"vorspulen": "Entry rinsing",
|
||||||
|
"zunden": "Ignition",
|
||||||
|
"stabilisierung": "Stabilization",
|
||||||
|
"ventilprufung": "Valve test",
|
||||||
|
"nachspulen": "Post-flush",
|
||||||
|
"softstart": "Soft start",
|
||||||
|
"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",
|
||||||
|
"spreizung_kf": "Spread KF",
|
||||||
|
"test": "Test",
|
||||||
|
"start": "Start",
|
||||||
|
"frost_heizkreis": "Heating circuit frost",
|
||||||
|
"frost_warmwasser": "DHW frost",
|
||||||
|
"schornsteinfeger": "Emissions test",
|
||||||
|
"kombibetrieb": "Combi mode",
|
||||||
|
"parallelbetrieb": "Parallel mode",
|
||||||
|
"warmwasserbetrieb": "DHW mode",
|
||||||
|
"warmwassernachlauf": "DHW run-on",
|
||||||
|
"heizbetrieb": "Heating mode",
|
||||||
|
"nachlauf_heizkreispumpe": "Heating circuit pump run-on",
|
||||||
|
"frostschutz": "Frost protection",
|
||||||
|
"kaskadenbetrieb": "Cascade operation",
|
||||||
|
"glt_betrieb": "BMS mode",
|
||||||
|
"kalibration": "Calibration",
|
||||||
|
"kalibration_heizbetrieb": "Heating mode calibration",
|
||||||
|
"kalibration_warmwasserbetrieb": "DHW calibration",
|
||||||
|
"kalibration_kombibetrieb": "Combi mode calibration",
|
||||||
|
"warmwasser_schnellstart": "DHW quick start",
|
||||||
|
"externe_deaktivierung": "External deactivation",
|
||||||
|
"heizung": "Heating",
|
||||||
|
"warmwasser": "DHW",
|
||||||
|
"kombigerat": "Combi boiler",
|
||||||
|
"kombigerat_mit_solareinbindung": "Combi boiler with solar integration",
|
||||||
|
"heizgerat_mit_speicher": "Boiler with cylinder",
|
||||||
|
"nur_heizgerat": "Boiler only",
|
||||||
|
"aktiviert": "Activated",
|
||||||
|
"sparen": "Economy",
|
||||||
|
"estrichtrocknung": "Screed drying",
|
||||||
|
"telefonfernschalter": "Telephone remote switch",
|
||||||
|
"partymodus": "Party mode",
|
||||||
|
"urlaubsmodus": "Holiday mode",
|
||||||
|
"automatik_ein": "Automatic ON",
|
||||||
|
"automatik_aus": "Automatic OFF",
|
||||||
|
"permanentbetrieb": "Permanent mode",
|
||||||
|
"sparbetrieb": "Economy mode",
|
||||||
|
"auto_on_cool": "AutoOnCool",
|
||||||
|
"auto_off_cool": "AutoOffCool",
|
||||||
|
"perm_cooling": "PermCooling",
|
||||||
|
"absenkbetrieb": "Setback mode",
|
||||||
|
"eco": "Eco",
|
||||||
|
"absenkstop": "Setback stop",
|
||||||
|
"at_abschaltung": "OT shutdown",
|
||||||
|
"rt_abschaltung": "RT shutdown",
|
||||||
|
"at_frostschutz": "OT frost protection",
|
||||||
|
"rt_frostschutz": "RT frost protection",
|
||||||
|
"dhw_prior": "DHWPrior",
|
||||||
|
"cooling": "Cooling",
|
||||||
|
"tpw": "TPW",
|
||||||
|
"warmwasservorrang": "DHW priority",
|
||||||
|
"mindest_kombizeit": "Minimum combi time"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,87 +0,0 @@
|
|||||||
{
|
|
||||||
"state": {
|
|
||||||
"wolflink__state": {
|
|
||||||
"ein": "Enabled",
|
|
||||||
"deaktiviert": "Inactive",
|
|
||||||
"aus": "Disabled",
|
|
||||||
"standby": "Standby",
|
|
||||||
"auto": "Auto",
|
|
||||||
"permanent": "Permanent",
|
|
||||||
"initialisierung": "Initialization",
|
|
||||||
"antilegionellenfunktion": "Anti-legionella Function",
|
|
||||||
"fernschalter_ein": "Remote control enabled",
|
|
||||||
"1_x_warmwasser": "1 x DHW",
|
|
||||||
"bereit_keine_ladung": "Ready, not loading",
|
|
||||||
"solarbetrieb": "Solar mode",
|
|
||||||
"reduzierter_betrieb": "Limited mode",
|
|
||||||
"smart_home": "SmartHome",
|
|
||||||
"smart_grid": "SmartGrid",
|
|
||||||
"ruhekontakt": "Rest contact",
|
|
||||||
"vorspulen": "Entry rinsing",
|
|
||||||
"zunden": "Ignition",
|
|
||||||
"stabilisierung": "Stabilization",
|
|
||||||
"ventilprufung": "Valve test",
|
|
||||||
"nachspulen": "Post-flush",
|
|
||||||
"softstart": "Soft start",
|
|
||||||
"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",
|
|
||||||
"spreizung_kf": "Spread KF",
|
|
||||||
"test": "Test",
|
|
||||||
"start": "Start",
|
|
||||||
"frost_heizkreis": "Heating circuit frost",
|
|
||||||
"frost_warmwasser": "DHW frost",
|
|
||||||
"schornsteinfeger": "Emissions test",
|
|
||||||
"kombibetrieb": "Combi mode",
|
|
||||||
"parallelbetrieb": "Parallel mode",
|
|
||||||
"warmwasserbetrieb": "DHW mode",
|
|
||||||
"warmwassernachlauf": "DHW run-on",
|
|
||||||
"heizbetrieb": "Heating mode",
|
|
||||||
"nachlauf_heizkreispumpe": "Heating circuit pump run-on",
|
|
||||||
"frostschutz": "Frost protection",
|
|
||||||
"kaskadenbetrieb": "Cascade operation",
|
|
||||||
"glt_betrieb": "BMS mode",
|
|
||||||
"kalibration": "Calibration",
|
|
||||||
"kalibration_heizbetrieb": "Heating mode calibration",
|
|
||||||
"kalibration_warmwasserbetrieb": "DHW calibration",
|
|
||||||
"kalibration_kombibetrieb": "Combi mode calibration",
|
|
||||||
"warmwasser_schnellstart": "DHW quick start",
|
|
||||||
"externe_deaktivierung": "External deactivation",
|
|
||||||
"heizung": "Heating",
|
|
||||||
"warmwasser": "DHW",
|
|
||||||
"kombigerat": "Combi boiler",
|
|
||||||
"kombigerat_mit_solareinbindung": "Combi boiler with solar integration",
|
|
||||||
"heizgerat_mit_speicher": "Boiler with cylinder",
|
|
||||||
"nur_heizgerat": "Boiler only",
|
|
||||||
"aktiviert": "Activated",
|
|
||||||
"sparen": "Economy",
|
|
||||||
"estrichtrocknung": "Screed drying",
|
|
||||||
"telefonfernschalter": "Telephone remote switch",
|
|
||||||
"partymodus": "Party mode",
|
|
||||||
"urlaubsmodus": "Holiday mode",
|
|
||||||
"automatik_ein": "Automatic ON",
|
|
||||||
"automatik_aus": "Automatic OFF",
|
|
||||||
"permanentbetrieb": "Permanent mode",
|
|
||||||
"sparbetrieb": "Economy mode",
|
|
||||||
"auto_on_cool": "AutoOnCool",
|
|
||||||
"auto_off_cool": "AutoOffCool",
|
|
||||||
"perm_cooling": "PermCooling",
|
|
||||||
"absenkbetrieb": "Setback mode",
|
|
||||||
"eco": "Eco",
|
|
||||||
"absenkstop": "Setback stop",
|
|
||||||
"at_abschaltung": "OT shutdown",
|
|
||||||
"rt_abschaltung": "RT shutdown",
|
|
||||||
"at_frostschutz": "OT frost protection",
|
|
||||||
"rt_frostschutz": "RT frost protection",
|
|
||||||
"dhw_prior": "DHWPrior",
|
|
||||||
"cooling": "Cooling",
|
|
||||||
"tpw": "TPW",
|
|
||||||
"warmwasservorrang": "DHW priority",
|
|
||||||
"mindest_kombizeit": "Minimum combi time"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -23,5 +23,94 @@
|
|||||||
"title": "WOLF SmartSet connection"
|
"title": "WOLF SmartSet connection"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"entity": {
|
||||||
|
"sensor": {
|
||||||
|
"state": {
|
||||||
|
"state": {
|
||||||
|
"1_x_warmwasser": "1 x DHW",
|
||||||
|
"abgasklappe": "Flue gas damper",
|
||||||
|
"absenkbetrieb": "Setback mode",
|
||||||
|
"absenkstop": "Setback stop",
|
||||||
|
"aktiviert": "Activated",
|
||||||
|
"antilegionellenfunktion": "Anti-legionella Function",
|
||||||
|
"at_abschaltung": "OT shutdown",
|
||||||
|
"at_frostschutz": "OT frost protection",
|
||||||
|
"aus": "Disabled",
|
||||||
|
"auto": "Auto",
|
||||||
|
"auto_off_cool": "AutoOffCool",
|
||||||
|
"auto_on_cool": "AutoOnCool",
|
||||||
|
"automatik_aus": "Automatic OFF",
|
||||||
|
"automatik_ein": "Automatic ON",
|
||||||
|
"bereit_keine_ladung": "Ready, not loading",
|
||||||
|
"betrieb_ohne_brenner": "Working without burner",
|
||||||
|
"cooling": "Cooling",
|
||||||
|
"deaktiviert": "Inactive",
|
||||||
|
"dhw_prior": "DHWPrior",
|
||||||
|
"eco": "Eco",
|
||||||
|
"ein": "Enabled",
|
||||||
|
"estrichtrocknung": "Screed drying",
|
||||||
|
"externe_deaktivierung": "External deactivation",
|
||||||
|
"fernschalter_ein": "Remote control enabled",
|
||||||
|
"frost_heizkreis": "Heating circuit frost",
|
||||||
|
"frost_warmwasser": "DHW frost",
|
||||||
|
"frostschutz": "Frost protection",
|
||||||
|
"gasdruck": "Gas pressure",
|
||||||
|
"glt_betrieb": "BMS mode",
|
||||||
|
"gradienten_uberwachung": "Gradient monitoring",
|
||||||
|
"heizbetrieb": "Heating mode",
|
||||||
|
"heizgerat_mit_speicher": "Boiler with cylinder",
|
||||||
|
"heizung": "Heating",
|
||||||
|
"initialisierung": "Initialization",
|
||||||
|
"kalibration": "Calibration",
|
||||||
|
"kalibration_heizbetrieb": "Heating mode calibration",
|
||||||
|
"kalibration_kombibetrieb": "Combi mode calibration",
|
||||||
|
"kalibration_warmwasserbetrieb": "DHW calibration",
|
||||||
|
"kaskadenbetrieb": "Cascade operation",
|
||||||
|
"kombibetrieb": "Combi mode",
|
||||||
|
"kombigerat": "Combi boiler",
|
||||||
|
"kombigerat_mit_solareinbindung": "Combi boiler with solar integration",
|
||||||
|
"mindest_kombizeit": "Minimum combi time",
|
||||||
|
"nachlauf_heizkreispumpe": "Heating circuit pump run-on",
|
||||||
|
"nachspulen": "Post-flush",
|
||||||
|
"nur_heizgerat": "Boiler only",
|
||||||
|
"parallelbetrieb": "Parallel mode",
|
||||||
|
"partymodus": "Party mode",
|
||||||
|
"perm_cooling": "PermCooling",
|
||||||
|
"permanent": "Permanent",
|
||||||
|
"permanentbetrieb": "Permanent mode",
|
||||||
|
"reduzierter_betrieb": "Limited mode",
|
||||||
|
"rt_abschaltung": "RT shutdown",
|
||||||
|
"rt_frostschutz": "RT frost protection",
|
||||||
|
"ruhekontakt": "Rest contact",
|
||||||
|
"schornsteinfeger": "Emissions test",
|
||||||
|
"smart_grid": "SmartGrid",
|
||||||
|
"smart_home": "SmartHome",
|
||||||
|
"softstart": "Soft start",
|
||||||
|
"solarbetrieb": "Solar mode",
|
||||||
|
"sparbetrieb": "Economy mode",
|
||||||
|
"sparen": "Economy",
|
||||||
|
"spreizung_hoch": "dT too wide",
|
||||||
|
"spreizung_kf": "Spread KF",
|
||||||
|
"stabilisierung": "Stabilization",
|
||||||
|
"standby": "Standby",
|
||||||
|
"start": "Start",
|
||||||
|
"storung": "Fault",
|
||||||
|
"taktsperre": "Anti-cycle",
|
||||||
|
"telefonfernschalter": "Telephone remote switch",
|
||||||
|
"test": "Test",
|
||||||
|
"tpw": "TPW",
|
||||||
|
"urlaubsmodus": "Holiday mode",
|
||||||
|
"ventilprufung": "Valve test",
|
||||||
|
"vorspulen": "Entry rinsing",
|
||||||
|
"warmwasser": "DHW",
|
||||||
|
"warmwasser_schnellstart": "DHW quick start",
|
||||||
|
"warmwasserbetrieb": "DHW mode",
|
||||||
|
"warmwassernachlauf": "DHW run-on",
|
||||||
|
"warmwasservorrang": "DHW priority",
|
||||||
|
"zunden": "Ignition"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user