Upgrade crimereports to 1.0.1 (#21187)
This commit is contained in:
parent
921efbdfef
commit
baaeaab61d
2 changed files with 3 additions and 8 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue