diff --git a/custom_components/versatile_thermostat/icons.json b/custom_components/versatile_thermostat/icons.json new file mode 100644 index 0000000..09b5053 --- /dev/null +++ b/custom_components/versatile_thermostat/icons.json @@ -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" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/custom_components/versatile_thermostat/strings.json b/custom_components/versatile_thermostat/strings.json index b72d6a1..d2c3e98 100644 --- a/custom_components/versatile_thermostat/strings.json +++ b/custom_components/versatile_thermostat/strings.json @@ -536,7 +536,8 @@ "state": { "power": "Shedding", "security": "Safety", - "none": "Manual" + "none": "Manual", + "frost": "Frost" } } } diff --git a/custom_components/versatile_thermostat/translations/en.json b/custom_components/versatile_thermostat/translations/en.json index b72d6a1..d2c3e98 100644 --- a/custom_components/versatile_thermostat/translations/en.json +++ b/custom_components/versatile_thermostat/translations/en.json @@ -536,7 +536,8 @@ "state": { "power": "Shedding", "security": "Safety", - "none": "Manual" + "none": "Manual", + "frost": "Frost" } } } diff --git a/custom_components/versatile_thermostat/translations/fr.json b/custom_components/versatile_thermostat/translations/fr.json index eadb5a5..1b18e8d 100644 --- a/custom_components/versatile_thermostat/translations/fr.json +++ b/custom_components/versatile_thermostat/translations/fr.json @@ -554,7 +554,8 @@ "state": { "power": "Délestage", "security": "Sécurité", - "none": "Manuel" + "none": "Manuel", + "frost": "Hors Gel" } } } diff --git a/custom_components/versatile_thermostat/translations/it.json b/custom_components/versatile_thermostat/translations/it.json index 8815082..7ced3b3 100644 --- a/custom_components/versatile_thermostat/translations/it.json +++ b/custom_components/versatile_thermostat/translations/it.json @@ -364,7 +364,8 @@ "state": { "power": "Ripartizione", "security": "Sicurezza", - "none": "Manuale" + "none": "Manuale", + "frost": "Gelo" } } }