mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Update Pyarlo to 0.1.2 (#11626)
This commit is contained in:
parent
3e43f4e58e
commit
ea62deda59
@ -12,7 +12,7 @@ from requests.exceptions import HTTPError, ConnectTimeout
|
|||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
|
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
|
||||||
|
|
||||||
REQUIREMENTS = ['pyarlo==0.1.0']
|
REQUIREMENTS = ['pyarlo==0.1.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -640,7 +640,7 @@ pyairvisual==1.0.0
|
|||||||
pyalarmdotcom==0.3.0
|
pyalarmdotcom==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.arlo
|
# homeassistant.components.arlo
|
||||||
pyarlo==0.1.0
|
pyarlo==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
pyasn1-modules==0.1.5
|
pyasn1-modules==0.1.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user