We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e49a20 commit da78a9eCopy full SHA for da78a9e
custom_components/eskom_loadshedding/const.py
@@ -5,7 +5,7 @@
5
DEVICE_NAME = "Loadshedding"
6
DOMAIN = "eskom_loadshedding"
7
DOMAIN_DATA = f"{DOMAIN}_data"
8
-VERSION = "1.1.2"
+VERSION = "1.1.3"
9
10
ISSUE_URL = "https://github.com/swartjean/ha-eskom-loadshedding/issues"
11
custom_components/eskom_loadshedding/manifest.json
@@ -10,5 +10,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/swartjean/ha-eskom-loadshedding/issues",
12
"requirements": [],
13
- "version": "1.1.2"
+ "version": "1.1.3"
14
}
0 commit comments