Integrated with py-synology:0.2.0 which has fix to auto-renew session when it's expired (#13079)
This commit is contained in:
parent
56b3cb0583
commit
dff4f6ce48
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue