Fix for TypeError in synology camera (#9754)

pull/9885/head
Joe Lu 2017-10-08 03:31:00 -07:00 committed by Paulus Schoutsen
parent 7ed21d90aa
commit 45620d6892
2 changed files with 2 additions and 2 deletions

View File

@ -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.1']
REQUIREMENTS = ['py-synology==0.1.3']
_LOGGER = logging.getLogger(__name__)

View File

@ -540,7 +540,7 @@ pwmled==1.2.1
py-cpuinfo==3.3.0
# homeassistant.components.camera.synology
py-synology==0.1.1
py-synology==0.1.3
# homeassistant.components.hdmi_cec
pyCEC==0.4.13