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 d44524b commit df87a7aCopy full SHA for df87a7a
custom_components/crunch_o_meter/const.py
@@ -1,5 +1,5 @@
1
DOMAIN = "crunch_o_meter"
2
-VERSION = "1.0.2"
+VERSION = "1.0.3"
3
ISSUE_URL = "https://github.com/GuyLewin/home-assistant-crunch-o-meter"
4
PLATFORM = "sensor"
5
custom_components/crunch_o_meter/manifest.json
@@ -8,5 +8,6 @@
8
"codeowners": [
9
"@guylewin"
10
],
11
- "requirements": []
+ "requirements": [],
12
+ "version": "1.0.3"
13
}
0 commit comments