mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37:07 +00:00
Bump pyalarmdotcom to support new version of aiohttp (#7021)
Add an optional extended description…
This commit is contained in:
parent
90e73fda3c
commit
6cd3758b58
@ -17,7 +17,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||||
|
|
||||||
REQUIREMENTS = ['pyalarmdotcom==0.2.9']
|
REQUIREMENTS = ['pyalarmdotcom==0.3.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -475,7 +475,7 @@ pyHS100==0.2.4.2
|
|||||||
pyRFXtrx==0.17.0
|
pyRFXtrx==0.17.0
|
||||||
|
|
||||||
# homeassistant.components.alarm_control_panel.alarmdotcom
|
# homeassistant.components.alarm_control_panel.alarmdotcom
|
||||||
pyalarmdotcom==0.2.9
|
pyalarmdotcom==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
pyasn1-modules==0.0.8
|
pyasn1-modules==0.0.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user