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