Preset display tweaks (#599)
* Addded Frost Preset to translations Added Icons for Shedding, Safety, Manual and Frost Presets * Fixed French Translation
This commit is contained in:
18
custom_components/versatile_thermostat/icons.json
Normal file
18
custom_components/versatile_thermostat/icons.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"entity": {
|
||||||
|
"climate": {
|
||||||
|
"versatile_thermostat": {
|
||||||
|
"state_attributes": {
|
||||||
|
"preset_mode": {
|
||||||
|
"state": {
|
||||||
|
"shedding": "mdi:power-plug-off",
|
||||||
|
"safety": "mdi:shield-alert",
|
||||||
|
"none": "mdi:knob",
|
||||||
|
"frost": "mdi:snowflake"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -536,7 +536,8 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"power": "Shedding",
|
"power": "Shedding",
|
||||||
"security": "Safety",
|
"security": "Safety",
|
||||||
"none": "Manual"
|
"none": "Manual",
|
||||||
|
"frost": "Frost"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -536,7 +536,8 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"power": "Shedding",
|
"power": "Shedding",
|
||||||
"security": "Safety",
|
"security": "Safety",
|
||||||
"none": "Manual"
|
"none": "Manual",
|
||||||
|
"frost": "Frost"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -554,7 +554,8 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"power": "Délestage",
|
"power": "Délestage",
|
||||||
"security": "Sécurité",
|
"security": "Sécurité",
|
||||||
"none": "Manuel"
|
"none": "Manuel",
|
||||||
|
"frost": "Hors Gel"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -364,7 +364,8 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"power": "Ripartizione",
|
"power": "Ripartizione",
|
||||||
"security": "Sicurezza",
|
"security": "Sicurezza",
|
||||||
"none": "Manuale"
|
"none": "Manuale",
|
||||||
|
"frost": "Gelo"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user