We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4de815 commit ef55be8Copy full SHA for ef55be8
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.2.0"
+VERSION: Final = "1.3.1"
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.2.0",
+ "version": "1.3.1",
8
"config_flow": true,
9
"codeowners": [
10
"@golles"
0 commit comments