From 8dfd25b04b712100b6300e24f4db2ecfc2ffe056 Mon Sep 17 00:00:00 2001 From: arsaboo Date: Tue, 17 Oct 2017 18:02:16 -0400 Subject: [PATCH] Bump py-synology to 0.1.5 --- homeassistant/components/camera/synology.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/camera/synology.py b/homeassistant/components/camera/synology.py index 0b97f55397cd1..9ae98f6bfe91f 100644 --- a/homeassistant/components/camera/synology.py +++ b/homeassistant/components/camera/synology.py @@ -20,7 +20,7 @@ async_aiohttp_proxy_web) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['py-synology==0.1.3'] +REQUIREMENTS = ['py-synology==0.1.5'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index e6cf5b2c57a38..8ce78af8ce2fd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -543,7 +543,7 @@ pwmled==1.2.1 py-cpuinfo==3.3.0 # homeassistant.components.camera.synology -py-synology==0.1.3 +py-synology==0.1.5 # homeassistant.components.hdmi_cec pyCEC==0.4.13