Bump pyalarmdotcom to support new version of aiohttp (#7021)
Add an optional extended description…
This commit is contained in:
parent
90e73fda3c
commit
6cd3758b58
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -475,7 +475,7 @@ pyHS100==0.2.4.2
|
|||
pyRFXtrx==0.17.0
|
||||
|
||||
# homeassistant.components.alarm_control_panel.alarmdotcom
|
||||
pyalarmdotcom==0.2.9
|
||||
pyalarmdotcom==0.3.0
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
pyasn1-modules==0.0.8
|
||||
|
|
Loading…
Add table
Reference in a new issue