mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Upgrade crimereports to 1.0.1 (#21187)
This commit is contained in:
parent
921efbdfef
commit
baaeaab61d
@ -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__)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user