From d36c7c3de792cb5c74717af53c3b8eed71098957 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Mon, 28 May 2018 23:42:27 -0700 Subject: [PATCH] Increase Eufy's requirement on lakeside (#14671) python-lakeside was broken with at least some versions of the Python protobuf code, so bump the requirement to a fixed version. --- 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 892c0b9972a..e86e7348d58 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.6'] +REQUIREMENTS = ['lakeside==0.7'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ef4914a5ec0..3e79b2981f5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -477,7 +477,7 @@ keyrings.alt==3.1 konnected==0.1.2 # homeassistant.components.eufy -lakeside==0.6 +lakeside==0.7 # homeassistant.components.device_tracker.owntracks # homeassistant.components.device_tracker.owntracks_http