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 f31592c commit 9b49ef1Copy full SHA for 9b49ef1
custom_components/average/const.py
@@ -13,7 +13,7 @@
13
# Base component constants
14
NAME: Final = "Average Sensor"
15
DOMAIN: Final = "average"
16
-VERSION: Final = "2.3.5-alpha"
+VERSION: Final = "2.4.0"
17
ISSUE_URL: Final = "https://github.com/Limych/ha-average/issues"
18
19
STARTUP_MESSAGE: Final = f"""
custom_components/average/manifest.json
@@ -17,5 +17,5 @@
"requirements": [
"pip>=21.3.1"
],
20
- "version": "2.3.5-alpha"
+ "version": "2.4.0"
21
}
0 commit comments