mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Merge pull request #21133 from mjg59/eufy
Update Lakeside dependency in Eufy component
This commit is contained in:
commit
ad9ec2190c
@ -9,7 +9,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['lakeside==0.11']
|
REQUIREMENTS = ['lakeside==0.12']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -606,7 +606,7 @@ kiwiki-client==0.1.1
|
|||||||
konnected==0.1.4
|
konnected==0.1.4
|
||||||
|
|
||||||
# homeassistant.components.eufy
|
# homeassistant.components.eufy
|
||||||
lakeside==0.11
|
lakeside==0.12
|
||||||
|
|
||||||
# homeassistant.components.owntracks
|
# homeassistant.components.owntracks
|
||||||
libnacl==1.6.1
|
libnacl==1.6.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user