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 5e3f1ad commit f0f5c3aCopy full SHA for f0f5c3a
2 files changed
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.3-alpha"
+VERSION: Final = "2.2.3"
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.3-alpha",
+ "version": "2.2.3",
5
"documentation": "https://github.com/Limych/ha-average",
6
"issue_tracker": "https://github.com/Limych/ha-average/issues",
7
"dependencies": [],
0 commit comments