Skip to content
Snippets Groups Projects
Commit dff4f6ce authored by Joe Lu's avatar Joe Lu Committed by Paulus Schoutsen
Browse files

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

parent 56b3cb05
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ from homeassistant.helpers.aiohttp_client import ( ...@@ -20,7 +20,7 @@ from homeassistant.helpers.aiohttp_client import (
async_get_clientsession) async_get_clientsession)
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['py-synology==0.1.5'] REQUIREMENTS = ['py-synology==0.2.0']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
......
...@@ -632,7 +632,7 @@ py-cpuinfo==3.3.0 ...@@ -632,7 +632,7 @@ py-cpuinfo==3.3.0
py-melissa-climate==1.0.6 py-melissa-climate==1.0.6
# homeassistant.components.camera.synology # homeassistant.components.camera.synology
py-synology==0.1.5 py-synology==0.2.0
# homeassistant.components.hdmi_cec # homeassistant.components.hdmi_cec
pyCEC==0.4.13 pyCEC==0.4.13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment