diff --git a/custom_components/ideenergy/const.py b/custom_components/ideenergy/const.py index eca9c81..a5617f0 100644 --- a/custom_components/ideenergy/const.py +++ b/custom_components/ideenergy/const.py @@ -30,5 +30,5 @@ MIN_SCAN_INTERVAL = 60 UPDATE_WINDOW_START_MINUTE = 50 UPDATE_WINDOW_END_MINUTE = 59 -USER_SESSION_TIMEOUT = 60 +API_USER_SESSION_TIMEOUT = 60 # ATTR_STATE_BARRIER = "Measurement API barrier"