Skip to content

Commit d83e5a4

Browse files
committed
Dependency bumpTraining
1 parent d4ed7ab commit d83e5a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom_components/load_shedding/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
MAX_FORECAST_DAYS: Final = 7
1010
NAME: Final = "Load Shedding"
1111
MANUFACTURER: Final = "@wernerhp"
12-
VERSION: Final = "1.5.0"
12+
VERSION: Final = "1.5.2"
1313
DEFAULT_SCAN_INTERVAL: Final = 60 # 60sec / every minute
1414
AREA_UPDATE_INTERVAL: Final = 86400 # 60sec * 60min * 24h / every day
1515
QUOTA_UPDATE_INTERVAL: Final = 1800 # 60sec * 60min * 0.5 / every half hour

custom_components/load_shedding/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"config_flow": true,
55
"documentation": "https://github.com/wernerhp/ha_integration_load_shedding/blob/master/README.md",
66
"issue_tracker": "https://github.com/wernerhp/ha_integration_load_shedding/issues",
7-
"requirements": ["load_shedding==0.12.1"],
7+
"requirements": ["load_shedding==0.12.2"],
88
"ssdp": [],
99
"zeroconf": [],
1010
"homekit": {},
1111
"dependencies": [],
1212
"codeowners": ["@wernerhp"],
1313
"iot_class": "cloud_polling",
14-
"version": "1.5.0"
14+
"version": "1.5.2"
1515
}

0 commit comments

Comments
 (0)