Bump python-lakeside dependency
This should fix https://github.com/home-assistant/home-assistant/issues/15374
This commit is contained in:
parent
da8f93dca2
commit
c998a55fe7
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.helpers import discovery
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
|
||||
REQUIREMENTS = ['lakeside==0.7']
|
||||
REQUIREMENTS = ['lakeside==0.10']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -498,7 +498,7 @@ kiwiki-client==0.1.1
|
|||
konnected==0.1.2
|
||||
|
||||
# homeassistant.components.eufy
|
||||
lakeside==0.7
|
||||
lakeside==0.10
|
||||
|
||||
# homeassistant.components.device_tracker.owntracks
|
||||
# homeassistant.components.device_tracker.owntracks_http
|
||||
|
|
Loading…
Add table
Reference in a new issue