Bump aioautomatic to prevent leaking exceptions (#9148)

This commit is contained in:
Adam Mills 2017-08-26 17:09:57 -04:00 committed by GitHub
parent c73338bf3e
commit 21bf089b17
3 changed files with 3 additions and 3 deletions

View file

@ -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__)