From c998a55fe70956593d2406633dfb3ca152a8899b Mon Sep 17 00:00:00 2001 From: Matthew Garrett <mjg59@google.com> Date: Mon, 13 Aug 2018 10:08:45 -0700 Subject: [PATCH] Bump python-lakeside dependency This should fix https://github.com/home-assistant/home-assistant/issues/15374 --- homeassistant/components/eufy.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/eufy.py b/homeassistant/components/eufy.py index 69d4905228a..31a4dddd424 100644 --- a/homeassistant/components/eufy.py +++ b/homeassistant/components/eufy.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 7bef70ed377..3f6dcd937f2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 -- GitLab