diff --git a/homeassistant/components/camera/xeoma.py b/homeassistant/components/camera/xeoma.py index c268c3533e0..74532a935fc 100644 --- a/homeassistant/components/camera/xeoma.py +++ b/homeassistant/components/camera/xeoma.py @@ -13,7 +13,7 @@ from homeassistant.const import ( CONF_HOST, CONF_NAME, CONF_PASSWORD, CONF_USERNAME) from homeassistant.helpers import config_validation as cv -REQUIREMENTS = ['pyxeoma==1.4.0'] +REQUIREMENTS = ['pyxeoma==1.4.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index b828b7f34b7..747118b507b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1453,7 +1453,7 @@ pywebpush==1.6.0 pywemo==0.4.34 # homeassistant.components.camera.xeoma -pyxeoma==1.4.0 +pyxeoma==1.4.1 # homeassistant.components.zabbix pyzabbix==0.7.4