Skip to content

Commit

Permalink
Merge pull request #407 from maxyvon/MAJ_tarifs_HQ
Browse files Browse the repository at this point in the history
Update des tarifs d'Hydro
  • Loading branch information
ic-dev21 authored Apr 3, 2024
2 parents 84a7deb + 89a859d commit 8c66ce1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/hilo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
CONF_TARIFF = {
"rate d": {
"low_threshold": 40,
"low": 0.06509,
"medium": 0.10041,
"low": 0.06704,
"medium": 0.10342,
"high": 0,
"access": 0.43505,
"access": 0.44810,
"reward_rate": 0.55,
},
"flex d": {
"low_threshold": 40,
"low": 0.04582,
"medium": 0.07880,
"high": 0.53526,
"access": 0.43505,
"low": 0.04719,
"medium": 0.08116,
"high": 0.55132,
"access": 0.44810,
"reward_rate": 0.55,
},
}
Expand Down

0 comments on commit 8c66ce1

Please sign in to comment.