Bump pyalarmdotcom to support new version of aiohttp (#7021)

Add an optional extended description…
This commit is contained in:
Xorso
2017-04-10 08:13:07 -06:00
committed by Pascal Vizeli
parent 90e73fda3c
commit 6cd3758b58
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ from homeassistant.const import (
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.aiohttp_client import async_get_clientsession
REQUIREMENTS = ['pyalarmdotcom==0.2.9']
REQUIREMENTS = ['pyalarmdotcom==0.3.0']
_LOGGER = logging.getLogger(__name__)