Version bump for automatic (#7329)

This commit is contained in:
Adam Mills 2017-04-27 08:01:30 -04:00 committed by GitHub
parent 3e4e84e3a7
commit 6631e9e939
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,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.2.0']
REQUIREMENTS = ['aioautomatic==0.2.1']
_LOGGER = logging.getLogger(__name__)