Upgrade opensensemap-api to 0.1.4 (#21240)
parent
ddd63c615f
commit
966fd1034d
|
@ -1,9 +1,4 @@
|
|||
"""
|
||||
Support for openSenseMap Air Quality data.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/air_quality.opensensemap/
|
||||
"""
|
||||
"""Support for openSenseMap Air Quality data."""
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
|
||||
|
@ -16,7 +11,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['opensensemap-api==0.1.3']
|
||||
REQUIREMENTS = ['opensensemap-api==0.1.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -773,7 +773,7 @@ openevsewifi==0.4
|
|||
openhomedevice==0.4.2
|
||||
|
||||
# homeassistant.components.air_quality.opensensemap
|
||||
opensensemap-api==0.1.3
|
||||
opensensemap-api==0.1.4
|
||||
|
||||
# homeassistant.components.device_tracker.luci
|
||||
openwrt-luci-rpc==0.3.0
|
||||
|
|
Loading…
Reference in New Issue