diff --git a/custom_components/versatile_thermostat/strings.json b/custom_components/versatile_thermostat/strings.json index ad2b598..d34ca5a 100644 --- a/custom_components/versatile_thermostat/strings.json +++ b/custom_components/versatile_thermostat/strings.json @@ -284,16 +284,5 @@ } } } - }, - "state_attributes": { - "_": { - "preset_mode": { - "state": { - "power": "Shedding", - "security": "Security", - "none": "Manual" - } - } - } } } \ No newline at end of file diff --git a/custom_components/versatile_thermostat/translations/en.json b/custom_components/versatile_thermostat/translations/en.json index ad2b598..d34ca5a 100644 --- a/custom_components/versatile_thermostat/translations/en.json +++ b/custom_components/versatile_thermostat/translations/en.json @@ -284,16 +284,5 @@ } } } - }, - "state_attributes": { - "_": { - "preset_mode": { - "state": { - "power": "Shedding", - "security": "Security", - "none": "Manual" - } - } - } } } \ No newline at end of file diff --git a/custom_components/versatile_thermostat/translations/fr.json b/custom_components/versatile_thermostat/translations/fr.json index 5f3e46f..a758a0c 100644 --- a/custom_components/versatile_thermostat/translations/fr.json +++ b/custom_components/versatile_thermostat/translations/fr.json @@ -284,16 +284,5 @@ } } } - }, - "state_attributes": { - "_": { - "preset_mode": { - "state": { - "power": "Délestage", - "security": "Sécurité", - "none": "Manuel" - } - } - } } } \ No newline at end of file