From 4a4f48f9d350ec538c7e46bc1cb17fd394bf61ec Mon Sep 17 00:00:00 2001 From: Nicolas Gravel Date: Thu, 30 Apr 2026 10:16:05 -0400 Subject: [PATCH] Nouveau tarifs 2026 https://www.hydroquebec.com/data/documents-donnees/pdf/grille-tarifaire.pdf --- custom_components/hilo/const.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/custom_components/hilo/const.py b/custom_components/hilo/const.py index 1c0dcd15..70538690 100755 --- a/custom_components/hilo/const.py +++ b/custom_components/hilo/const.py @@ -51,17 +51,17 @@ CONF_TARIFF = { "rate d": { "low_threshold": 40, - "low": 0.06905, - "medium": 0.10652, + "low": 0.07065, + "medium": 0.11142, "high": 0, "access": 0.46154, - "reward_rate": 0.56786, + "reward_rate": 0.58490, }, "flex d": { "low_threshold": 40, - "low": 0.04774, - "medium": 0.08699, - "high": 0.45088, + "low": 0.04886, + "medium": 0.09103, + "high": 0.46463, "access": 0.46154, "reward_rate": 0.55, },