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 e047977 commit 9648f76Copy full SHA for 9648f76
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.5-alpha"
+VERSION: Final = "1.6.5"
10
ISSUE_URL: Final = "https://github.com/Limych/ha-iaquk/issues"
11
12
STARTUP_MESSAGE: Final = f"""
custom_components/iaquk/manifest.json
@@ -9,9 +9,6 @@
"documentation": "https://github.com/Limych/ha-iaquk",
"iot_class": "calculated",
"issue_tracker": "https://github.com/Limych/ha-iaquk/issues",
- "requirements": [
13
- "colorlog==6.7.0",
14
- "ruff==0.0.291"
15
- ],
16
- "version": "1.6.5-alpha"
+ "requirements": [],
+ "version": "1.6.5"
17
}
0 commit comments