Integrated with py-synology:0.2.0 which has fix to auto-renew session when it's expired (#13079)

This commit is contained in:
Joe Lu 2018-03-11 13:33:36 -06:00 committed by Paulus Schoutsen
parent 56b3cb0583
commit dff4f6ce48
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ from homeassistant.helpers.aiohttp_client import (
async_get_clientsession)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['py-synology==0.1.5']
REQUIREMENTS = ['py-synology==0.2.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -632,7 +632,7 @@ py-cpuinfo==3.3.0
py-melissa-climate==1.0.6
# homeassistant.components.camera.synology
py-synology==0.1.5
py-synology==0.2.0
# homeassistant.components.hdmi_cec
pyCEC==0.4.13