Skip to content

Commit

Permalink
add sensor yesterdaycost
Browse files Browse the repository at this point in the history
few pytest
  • Loading branch information
saniho committed Jan 3, 2021
1 parent 3ab4de8 commit 0d18d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/apiEnedis/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
HP_COST = "hp_cout"
HC_COST = "hc_cout"

#CONF_DELAY = 60 * 60 * 6 # verification enedis toutes les 6 heures
CONF_DELAY = 60 * 2 # verification enedis toutes les 2 minutes
CONF_DELAY = 60 * 60 * 6 # verification enedis toutes les 6 heures
#CONF_DELAY = 60 * 2 # verification enedis toutes les 2 minutes
DEFAULT_SCAN_INTERVAL = 60*5 # verification enedis toutes les 5 minutes, si dernier ok, alors verif selon conf_delay
DEFAULT_SENSOR_INTERVAL = 60 # 60 secondes verifications du coordinator

Expand Down

0 comments on commit 0d18d3a

Please sign in to comment.