Missing translations for preset mode Power and Security #46

Set preset internal #45
Notify (send event messages) when something important happens #43
Enhancing Security mode #42
Rename None preset to Manual #3
This commit is contained in:
Jean-Marc Collin
2023-02-11 10:34:45 +01:00
parent 7b57f7da28
commit ade1ee4365
7 changed files with 250 additions and 105 deletions

View File

@@ -90,7 +90,8 @@
"data": {
"minimal_activation_delay": "Delay in secondes under which the equipment will not be activated",
"security_delay_min": "Maximum allowed delay in minutes between two temperature mesures. Above this delay, the thermostat will turn to a sceurity off state",
"security_min_on_percent": "Minimal On-Percent value for security preset activation. Below this amount of on_percent the thermostat won't go into security preset"
"security_min_on_percent": "Minimal heating percent value for security preset activation. Below this amount of on_percent the thermostat won't go into security preset",
"security_default_on_percent": "The default heating percent value in security preset. Set to 0 to switch off heater in security present"
}
}
},
@@ -192,7 +193,8 @@
"data": {
"minimal_activation_delay": "Delay in secondes under which the equipment will not be activated",
"security_delay_min": "Maximum allowed delay in minutes between two temperature mesures. Above this delay, the thermostat will turn to a security off state",
"security_min_on_percent": "Minimal On-Percent value for security preset activation. Below this amount of on_percent the thermostat won't go into security preset"
"security_min_on_percent": "Minimal heating percent value for security preset activation. Below this amount of on_percent the thermostat won't go into security preset",
"security_default_on_percent": "The default heating percent value in security preset. Set to 0 to switch off heater in security present"
}
}
},
@@ -215,10 +217,13 @@
"entity": {
"climate": {
"versatile_thermostat": {
"states_attributes": {
"state_attributes": {
"preset_mode": {
"power": "Shedding",
"security": "Security"
"state": {
"power": "Shedding",
"security": "Security",
"none": "Manual"
}
}
}
}