Skip to content

Commit

Permalink
fix whitespace bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram van Dartel committed Apr 29, 2020
1 parent 74957d7 commit 27e8687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Afvalwijzer",
"documentation": "https://github.com/xirixiz/Home-Assistant-Sensor-Afvalwijzer",
"requirements": [
"afvaldienst==0.6.7"
"afvaldienst==0.6.8"
],
"dependencies": [],
"codeowners": [
Expand Down
2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@ Description : Afvalwijzer Json/Scraper Sensor - It queries mijnafvalwijzer.nl or afvalstoffendienstkalender.nl.
"""

VERSION = '4.1.8'
VERSION = '4.1.9'

from Afvaldienst import Afvaldienst
from datetime import date, datetime, timedelta
Expand Down
2 changes: 1 addition & 1 deletion custom_updater.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sensor.afvalwijzer": {
"version": "4.1.8",
"version": "4.1.9",
"local_location": "/custom_components/afvalwijzer/__init__.py",
"remote_location": "https://raw.githubusercontent.com/xirixiz/Home-Assistant-Sensor-Afvalwijzer/master/custom_components/afvalwijzer/__init__.py",
"visit_repo": "https://github.com/xirixiz/Home-Assistant-Sensor-Afvalwijzer/",
Expand Down

0 comments on commit 27e8687

Please sign in to comment.