Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 47b9891

Browse files
committed
Upgraded ute-wrapper to version 1.2.0
1 parent b51c750 commit 47b9891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/ute/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"documentation": "https://github.com/rogsme/homeassistant_ute",
88
"iot_class": "cloud_polling",
99
"issue_tracker": "https://github.com/rogsme/homeassistant_ute/issues",
10-
"requirements": ["ute-wrapper==1.1.0"],
10+
"requirements": ["ute-wrapper==1.2.0"],
1111
"version": "1.1.0"
1212
}

custom_components/ute/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
_LOGGER = logging.getLogger(__name__)
3434
# Time between updating data from UTE
35-
SCAN_INTERVAL = timedelta(minutes=5)
35+
SCAN_INTERVAL = timedelta(minutes=2)
3636

3737
CONF_PHONE_NUMBER = "phone_number"
3838
CONF_POWER_FACTOR = "power_factor"

0 commit comments

Comments
 (0)