Skip to content

Commit

Permalink
Change sensors update interval to 5 min (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jul 12, 2020
1 parent 67c6161 commit 0d7c413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/jq300/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Base component constants
DOMAIN = "jq300"
VERSION = "0.7.7"
VERSION = "0.7.8"
ISSUE_URL = "https://github.com/Limych/ha-jq300/issues"
ATTRIBUTION = None

Expand Down Expand Up @@ -91,7 +91,7 @@
ATTR_RAW_STATE = "raw_state"

SCAN_INTERVAL = timedelta(seconds=60)
UPDATE_MIN_INTERVAL = timedelta(seconds=20)
UPDATE_MIN_INTERVAL = timedelta(minutes=5)
SENSORS_FILTER_FRAME = timedelta(minutes=15)

SIGNAL_UPDATE_JQ300 = "jq300_update"
Expand Down
2 changes: 1 addition & 1 deletion tracker.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"jq300": {
"version": "0.7.7",
"version": "",
"local_location": "/custom_components/jq300/__init__.py",
"remote_location": "https://raw.githubusercontent.com/Limych/ha-jq300/master/custom_components/jq300/__init__.py",
"visit_repo": "https://github.com/Limych/ha-jq300",
Expand Down

0 comments on commit 0d7c413

Please sign in to comment.