From 818a52508e0bb8439634f3ce4535efb4f4318f90 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Wed, 18 Oct 2017 03:58:49 -0400 Subject: [PATCH] Bump py-synology to 0.1.5 (#9932) --- 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 0b97f55397c..9ae98f6bfe9 100644 --- a/homeassistant/components/camera/synology.py +++ b/homeassistant/components/camera/synology.py @@ -20,7 +20,7 @@ from homeassistant.helpers.aiohttp_client import ( 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 54788d32e6a..0a5145892f6 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