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 ab77294 commit deb8736Copy full SHA for deb8736
custom_components/average/const.py
@@ -10,7 +10,7 @@
10
# Base component constants
11
NAME: Final = "Average Sensor"
12
DOMAIN: Final = "average"
13
-VERSION: Final = "2.2.2-alpha"
+VERSION: Final = "2.2.2"
14
ISSUE_URL: Final = "https://github.com/Limych/ha-average/issues"
15
16
STARTUP_MESSAGE: Final = f"""
custom_components/average/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"domain": "average",
3
"name": "Average Sensor",
4
- "version": "2.2.2-alpha",
+ "version": "2.2.2",
5
"documentation": "https://github.com/Limych/ha-average",
6
"issue_tracker": "https://github.com/Limych/ha-average/issues",
7
"dependencies": [],
0 commit comments