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 7bcdbdd commit 485ac43Copy full SHA for 485ac43
custom_components/average/const.py
@@ -12,7 +12,7 @@
12
13
NAME: Final = "Average Sensor"
14
DOMAIN: Final = "average"
15
-VERSION: Final = "2.3.2"
+VERSION: Final = "2.3.3"
16
ISSUE_URL: Final = "https://github.com/Limych/ha-average/issues"
17
18
STARTUP_MESSAGE: Final = f"""
custom_components/average/manifest.json
@@ -15,5 +15,5 @@
"iot_class": "calculated",
"issue_tracker": "https://github.com/Limych/ha-average/issues",
"requirements": [],
- "version": "2.3.2"
+ "version": "2.3.3"
19
}
0 commit comments