mirror of
https://github.com/home-assistant/core.git
synced 2025-06-07 06:37:07 +00:00
Bump aioautomatic to prevent leaking exceptions (#9148)
This commit is contained in:
parent
c73338bf3e
commit
21bf089b17
@ -23,7 +23,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.event import async_track_time_interval
|
from homeassistant.helpers.event import async_track_time_interval
|
||||||
|
|
||||||
REQUIREMENTS = ['aioautomatic==0.6.0']
|
REQUIREMENTS = ['aioautomatic==0.6.2']
|
||||||
DEPENDENCIES = ['http']
|
DEPENDENCIES = ['http']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -42,7 +42,7 @@ TwitterAPI==2.4.6
|
|||||||
abodepy==0.7.1
|
abodepy==0.7.1
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.automatic
|
# homeassistant.components.device_tracker.automatic
|
||||||
aioautomatic==0.6.0
|
aioautomatic==0.6.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.dnsip
|
# homeassistant.components.sensor.dnsip
|
||||||
aiodns==1.1.1
|
aiodns==1.1.1
|
||||||
|
@ -27,7 +27,7 @@ PyJWT==1.5.2
|
|||||||
SoCo==0.12
|
SoCo==0.12
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.automatic
|
# homeassistant.components.device_tracker.automatic
|
||||||
aioautomatic==0.6.0
|
aioautomatic==0.6.2
|
||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user