mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
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
@ -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…
x
Reference in New Issue
Block a user