From 920f2b138ba88caa169d0a365a1d2c30bc7bb7b3 Mon Sep 17 00:00:00 2001 From: MapoDan <42698485+MapoDan@users.noreply.github.com> Date: Sat, 14 Nov 2020 19:13:18 +0100 Subject: [PATCH] Update en.json --- .../programmable_thermostat/translations/en.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/custom_components/programmable_thermostat/translations/en.json b/custom_components/programmable_thermostat/translations/en.json index 21b9965..87abc11 100644 --- a/custom_components/programmable_thermostat/translations/en.json +++ b/custom_components/programmable_thermostat/translations/en.json @@ -29,7 +29,8 @@ "initial_hvac_mode": "Startup mode", "related_climate": "Climate entity connect to this one (entity name)", "hvac_options": "Allowed modes", - "auto_mode": "Automatic mode type" + "auto_mode": "Automatic mode type", + "min_cycle_duration": "Minimum cycle duration (hh:mm:ss or mm:ss)" } } }, @@ -42,7 +43,8 @@ "target wrong": "Plannned temperature sensor is not existing into Home Assistant", "min_temp": "Min temperature has to be lower then max one", "tolerance": "Activation delta has to be positive, lower then min temperature and with tenth different from 0", - "related climate": "Climate entity that you want to connect is not valid or not existing" + "related climate": "Climate entity that you want to connect is not valid or not existing", + "duration error": "Time delta format is wrong. accepted format are hh:mm:ss or mm:ss" } } }