From 11c57f9345e3c8c86174b35bb6b9f7a120a6d680 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Mon, 14 May 2018 22:51:32 -0700 Subject: [PATCH] Bump lakeside version (#14471) This should fix a couple of issues with T1013 bulbs, and also handle accounts that contain unknown devices. --- 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 733aa0adbfe..892c0b9972a 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.5'] +REQUIREMENTS = ['lakeside==0.6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index a5ad5ef6d0a..d1da68360be 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -465,7 +465,7 @@ keyring==12.2.0 keyrings.alt==3.1 # homeassistant.components.eufy -lakeside==0.5 +lakeside==0.6 # homeassistant.components.device_tracker.owntracks # homeassistant.components.device_tracker.owntracks_http