Skip to content

Commit

Permalink
Adding reward rate
Browse files Browse the repository at this point in the history
  • Loading branch information
valleedelisle committed Jan 5, 2022
1 parent 3512737 commit 2c1fe33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/hilo/const.py
Expand Up @@ -20,6 +20,9 @@
CONF_LOG_TRACES = "log_traces"
DEFAULT_LOG_TRACES = False

CONF_CHALLENGE_LOCK = "challenge_lock"
DEFAULT_CHALLENGE_LOCK = True

CONF_ENERGY_METER_PERIOD = "energy_meter_period"
DEFAULT_ENERGY_METER_PERIOD = DAILY

Expand All @@ -33,13 +36,15 @@
"medium": 0.09502,
"high": 0,
"access": 0.41168,
"reward_rate": 0.55,
},
"flex d": {
"low_threshold": 40,
"low": 0.04336,
"medium": 0.07456,
"high": 0.5065,
"access": 0.41168,
"reward_rate": 0.55,
},
}

Expand Down

0 comments on commit 2c1fe33

Please sign in to comment.