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 ed0516e commit c306403Copy full SHA for c306403
2 files changed
custom_components/average/const.py
@@ -12,7 +12,7 @@
12
13
NAME: Final = "Average Sensor"
14
DOMAIN: Final = "average"
15
-VERSION: Final = "2.2.4-alpha"
+VERSION: Final = "2.3.0"
16
ISSUE_URL: Final = "https://github.com/Limych/ha-average/issues"
17
18
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.4-alpha",
+ "version": "2.3.0",
5
"documentation": "https://github.com/Limych/ha-average",
6
"issue_tracker": "https://github.com/Limych/ha-average/issues",
7
"dependencies": [],
0 commit comments