Skip to content

Commit

Permalink
Increase the default scan intervals (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
fustom authored May 21, 2024
1 parent dec6432 commit 2dc4164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/ariston/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
BUS_ERRORS_SCAN_INTERVAL: final = "bus_errors_scan_interval"
API_URL_SETTING: final = "api_url_setting"

DEFAULT_SCAN_INTERVAL_SECONDS: final = 60
DEFAULT_SCAN_INTERVAL_SECONDS: final = 180
DEFAULT_ENERGY_SCAN_INTERVAL_MINUTES: final = 60
DEFAULT_BUS_ERRORS_SCAN_INTERVAL_SECONDS: final = 30
DEFAULT_BUS_ERRORS_SCAN_INTERVAL_SECONDS: final = 600

ATTR_TARGET_TEMP_STEP: final = "target_temp_step"
ATTR_HEAT_REQUEST: final = "heat_request"
Expand Down

0 comments on commit 2dc4164

Please sign in to comment.