We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61647e commit e1b66abCopy full SHA for e1b66ab
custom_components/knmi/const.py
@@ -12,7 +12,7 @@
12
# Base component constants.
13
NAME: Final = "KNMI"
14
DOMAIN: Final = "knmi"
15
-VERSION: Final = "1.1.11"
+VERSION: Final = "1.2.0"
16
17
# Defaults
18
_LOGGER: logging.Logger = logging.getLogger(__package__)
custom_components/knmi/manifest.json
@@ -4,7 +4,7 @@
4
"documentation": "https://github.com/golles/ha-knmi/blob/main/README.md",
5
"iot_class": "cloud_polling",
6
"issue_tracker": "https://github.com/golles/ha-knmi/issues",
7
- "version": "1.1.11",
+ "version": "1.2.0",
8
"config_flow": true,
9
"codeowners": [
10
"@golles"
0 commit comments