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

View file

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