Compare commits

..

10 Commits

Author SHA1 Message Date
Jean-Marc Collin
8961a80086 UPdate README with release 5.0 2023-12-17 10:54:07 +00:00
Jean-Marc Collin
2f6c46ef11 Update strings.json and replace security by safety in README. 2023-12-17 10:03:57 +00:00
Jean-Marc Collin
af817e74b7 Add reload VTherms when central configuration is changed 2023-12-17 09:41:22 +00:00
Jean-Marc Collin
46307286b1 With fixture for init_vtherm_api and init_central_config 2023-12-17 08:57:08 +00:00
Jean-Marc Collin
c8398a48fe All testu ok 2023-12-17 08:16:37 +00:00
Jean-Marc Collin
5063ba3802 With central configuration testu ok 2023-12-17 06:57:06 +00:00
Jean-Marc Collin
fb76a84bde Init data in base_thermostat ok 2023-12-16 15:24:11 +00:00
Jean-Marc Collin
03f6045d34 Ignore central confic in instanciate entities 2023-12-15 22:58:36 +00:00
Jean-Marc Collin
aeb4b2fbbe Test manual of confif_flow ok 2023-12-15 22:37:40 +00:00
Jean-Marc Collin
47f5aa9595 Add central config into ConfigFlow 2023-12-15 18:37:25 +00:00
3 changed files with 0 additions and 3 deletions

View File

@@ -119,7 +119,6 @@ class VersatileThermostatBaseConfigFlow(FlowHandler):
CONF_USE_WINDOW_CENTRAL_CONFIG, CONF_USE_WINDOW_CENTRAL_CONFIG,
CONF_USE_MOTION_CENTRAL_CONFIG, CONF_USE_MOTION_CENTRAL_CONFIG,
CONF_USE_POWER_CENTRAL_CONFIG, CONF_USE_POWER_CENTRAL_CONFIG,
CONF_USE_PRESETS_CENTRAL_CONFIG,
CONF_USE_PRESENCE_CENTRAL_CONFIG, CONF_USE_PRESENCE_CENTRAL_CONFIG,
CONF_USE_ADVANCED_CENTRAL_CONFIG, CONF_USE_ADVANCED_CENTRAL_CONFIG,
): ):

View File

@@ -413,7 +413,6 @@
"eco_away_temp": "Eco away preset", "eco_away_temp": "Eco away preset",
"comfort_away_temp": "Comfort away preset", "comfort_away_temp": "Comfort away preset",
"boost_away_temp": "Boost away preset", "boost_away_temp": "Boost away preset",
"frost_away_temp": "Frost protection preset",
"eco_ac_away_temp": "Eco away preset in AC mode", "eco_ac_away_temp": "Eco away preset in AC mode",
"comfort_ac_away_temp": "Comfort away preset in AC mode", "comfort_ac_away_temp": "Comfort away preset in AC mode",
"boost_ac_away_temp": "Boost away preset in AC mode", "boost_ac_away_temp": "Boost away preset in AC mode",

View File

@@ -413,7 +413,6 @@
"eco_away_temp": "Eco away preset", "eco_away_temp": "Eco away preset",
"comfort_away_temp": "Comfort away preset", "comfort_away_temp": "Comfort away preset",
"boost_away_temp": "Boost away preset", "boost_away_temp": "Boost away preset",
"frost_away_temp": "Frost protection preset",
"eco_ac_away_temp": "Eco away preset in AC mode", "eco_ac_away_temp": "Eco away preset in AC mode",
"comfort_ac_away_temp": "Comfort away preset in AC mode", "comfort_ac_away_temp": "Comfort away preset in AC mode",
"boost_ac_away_temp": "Boost away preset in AC mode", "boost_ac_away_temp": "Boost away preset in AC mode",