Skip to content

Commit d413064

Browse files
committed
Fix weather alert never turning off #6
1 parent 484e228 commit d413064

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom_components/knmi/const.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Base component constants.
1717
NAME = "KNMI"
1818
DOMAIN = "knmi"
19-
VERSION = "1.1.0"
19+
VERSION = "1.1.1"
2020
ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/"
2121

2222
# Platforms.
@@ -27,7 +27,7 @@
2727

2828
# Binary sensors
2929
BINARY_SENSORS = [
30-
{"name": "Waarschuwing", "unit": "", "icon": "mdi:alert", "key": "alarmtxt"}
30+
{"name": "Waarschuwing", "unit": "", "icon": "mdi:alert", "key": "alarm"}
3131
]
3232

3333
# Sensors

custom_components/knmi/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"documentation": "https://github.com/golles/ha-knmi/",
55
"iot_class": "cloud_polling",
66
"issue_tracker": "https://github.com/golles/ha-knmi//issues",
7-
"version": "1.1.0",
7+
"version": "1.1.1",
88
"config_flow": true,
99
"codeowners": [
1010
"@golles"

0 commit comments

Comments
 (0)