Skip to content

Commit

Permalink
Fix weather alert never turning off #6
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Sep 6, 2021
1 parent 484e228 commit d413064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/knmi/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Base component constants.
NAME = "KNMI"
DOMAIN = "knmi"
VERSION = "1.1.0"
VERSION = "1.1.1"
ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/"

# Platforms.
Expand All @@ -27,7 +27,7 @@

# Binary sensors
BINARY_SENSORS = [
{"name": "Waarschuwing", "unit": "", "icon": "mdi:alert", "key": "alarmtxt"}
{"name": "Waarschuwing", "unit": "", "icon": "mdi:alert", "key": "alarm"}
]

# Sensors
Expand Down
2 changes: 1 addition & 1 deletion custom_components/knmi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://github.com/golles/ha-knmi/",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/golles/ha-knmi//issues",
"version": "1.1.0",
"version": "1.1.1",
"config_flow": true,
"codeowners": [
"@golles"
Expand Down

0 comments on commit d413064

Please sign in to comment.