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 7699d5f commit 68da637Copy full SHA for 68da637
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"
+VERSION: Final = "1.6.6"
10
ISSUE_URL: Final = "https://github.com/Limych/ha-iaquk/issues"
11
12
STARTUP_MESSAGE: Final = f"""
custom_components/iaquk/manifest.json
@@ -10,5 +10,5 @@
"iot_class": "calculated",
"issue_tracker": "https://github.com/Limych/ha-iaquk/issues",
"requirements": [],
13
- "version": "1.6.5"
+ "version": "1.6.6"
14
}
0 commit comments