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 9ba062a commit da36764Copy full SHA for da36764
custom_components/iaquk/const.py
@@ -6,7 +6,7 @@
6
# Base component constants
7
NAME: Final = "Indoor Air Quality UK Index"
8
DOMAIN: Final = "iaquk"
9
-VERSION: Final = "1.6.3-alpha"
+VERSION: Final = "1.6.3"
10
ISSUE_URL: Final = "https://github.com/Limych/ha-iaquk/issues"
11
12
STARTUP_MESSAGE: Final = f"""
custom_components/iaquk/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"domain": "iaquk",
3
"name": "Indoor Air Quality UK Index",
4
- "version": "1.6.3-alpha",
+ "version": "1.6.3",
5
"documentation": "https://github.com/Limych/ha-iaquk",
"issue_tracker": "https://github.com/Limych/ha-iaquk/issues",
"dependencies": [],
0 commit comments