Upgrade crimereports to 1.0.1 (#21187)

This commit is contained in:
Fabian Affolter 2019-02-19 10:04:14 +01:00 committed by GitHub
parent 921efbdfef
commit baaeaab61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 8 deletions

View File

@ -1,9 +1,4 @@
""" """Sensor for Crime Reports."""
Sensor for Crime Reports.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.crimereports/
"""
from collections import defaultdict from collections import defaultdict
from datetime import timedelta from datetime import timedelta
import logging import logging
@ -21,7 +16,7 @@ from homeassistant.util.distance import convert
from homeassistant.util.dt import now from homeassistant.util.dt import now
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['crimereports==1.0.0'] REQUIREMENTS = ['crimereports==1.0.1']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -292,7 +292,7 @@ construct==2.9.45
# credstash==1.15.0 # credstash==1.15.0
# homeassistant.components.sensor.crimereports # homeassistant.components.sensor.crimereports
crimereports==1.0.0 crimereports==1.0.1
# homeassistant.components.datadog # homeassistant.components.datadog
datadog==0.15.0 datadog==0.15.0