From 60f780cc371651c57ef0049cd7b8c2f373d635bc Mon Sep 17 00:00:00 2001
From: Anders Melchiorsen <amelchio@nogoto.net>
Date: Sun, 15 Jul 2018 23:24:35 +0200
Subject: [PATCH] Update limitlessled to 1.1.2 (#15481)

---
 homeassistant/components/light/limitlessled.py | 2 +-
 requirements_all.txt                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/light/limitlessled.py b/homeassistant/components/light/limitlessled.py
index 19aff97491e..2263a865758 100644
--- a/homeassistant/components/light/limitlessled.py
+++ b/homeassistant/components/light/limitlessled.py
@@ -21,7 +21,7 @@ from homeassistant.util.color import (
     color_temperature_mired_to_kelvin, color_hs_to_RGB)
 from homeassistant.helpers.restore_state import async_get_last_state
 
-REQUIREMENTS = ['limitlessled==1.1.0']
+REQUIREMENTS = ['limitlessled==1.1.2']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 49e5691bb6c..a9835d0f3c3 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -505,7 +505,7 @@ liffylights==0.9.4
 lightify==1.0.6.1
 
 # homeassistant.components.light.limitlessled
-limitlessled==1.1.0
+limitlessled==1.1.2
 
 # homeassistant.components.linode
 linode-api==4.1.9b1
-- 
GitLab