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 3f3da58 commit 398e66fCopy full SHA for 398e66f
custom_components/medisafe/const.py
@@ -14,7 +14,7 @@
14
NAME = "Medisafe"
15
DOMAIN = "medisafe"
16
DOMAIN_DATA = f"{DOMAIN}_data"
17
-VERSION = "0.1.1"
+VERSION = "0.1.2"
18
19
ATTRIBUTION = "Data provided by https://medisafe.com/"
20
ISSUE_URL = "https://github.com/c99koder/ha-medisafe/issues"
custom_components/medisafe/manifest.json
@@ -8,5 +8,5 @@
8
"iot_class": "cloud_polling",
9
"issue_tracker": "https://github.com/c99koder/ha-medisafe/issues",
10
"requirements": [],
11
- "version": "0.1.1"
+ "version": "0.1.3"
12
}
0 commit comments