From 8459b241a22ef9c522863a2a5ed9df0c3e28dab5 Mon Sep 17 00:00:00 2001 From: Rohan Kapoor <rohan@rohankapoor.com> Date: Fri, 20 Apr 2018 06:35:56 -0700 Subject: [PATCH] Upgrade pylutron-caseta to 0.5.0 to reestablish connections (#14013) * Upgrade pylutron-caseta to 0.5.0 to reestablish connections * Upgrade pylutron-caseta to 0.5.0 in requirements_all.txt --- homeassistant/components/lutron_caseta.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/lutron_caseta.py b/homeassistant/components/lutron_caseta.py index 63f0315f35c..7b1b7417cfd 100644 --- a/homeassistant/components/lutron_caseta.py +++ b/homeassistant/components/lutron_caseta.py @@ -14,7 +14,7 @@ from homeassistant.const import CONF_HOST from homeassistant.helpers import discovery from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['pylutron-caseta==0.3.0'] +REQUIREMENTS = ['pylutron-caseta==0.5.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ccfaf0b35a1..aeb5b84811e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -833,7 +833,7 @@ pylitejet==0.1 pyloopenergy==0.0.18 # homeassistant.components.lutron_caseta -pylutron-caseta==0.3.0 +pylutron-caseta==0.5.0 # homeassistant.components.lutron pylutron==0.1.0 -- GitLab