Bump aioautomatic to prevent leaking exceptions (#9148)
This commit is contained in:
parent
c73338bf3e
commit
21bf089b17
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.event import async_track_time_interval
|
||||
|
||||
REQUIREMENTS = ['aioautomatic==0.6.0']
|
||||
REQUIREMENTS = ['aioautomatic==0.6.2']
|
||||
DEPENDENCIES = ['http']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue