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 226e9e5 commit a6e8cc2Copy full SHA for a6e8cc2
custom_components/nordpool/const.py
@@ -15,7 +15,7 @@
15
CONFIG_SCHEMA = vol.Schema({DOMAIN: vol.Schema({})}, extra=vol.ALLOW_EXTRA)
16
17
NAME = DOMAIN
18
-VERSION = "0.0.16"
+VERSION = "0.0.17"
19
ISSUEURL = "https://github.com/custom-components/nordpool/issues"
20
21
custom_components/nordpool/manifest.json
@@ -13,8 +13,7 @@
13
"iot_class": "cloud_polling",
14
"issue_tracker": "https://github.com/custom-components/nordpool/issues",
"requirements": [
- "nordpool==0.4.2",
"backoff"
],
- "version": "0.0.16"
-}
+ "version": "0.0.17"
+}
0 commit comments