From 0473c4c79f88c1700ca672266da933e400ef99d9 Mon Sep 17 00:00:00 2001 From: Team Super Panda <60556240+teamsuperpanda@users.noreply.github.com> Date: Sat, 2 May 2020 09:53:41 +1200 Subject: [PATCH] Update __init__.py (#1020) --- esphome/components/fastled_base/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/fastled_base/__init__.py b/esphome/components/fastled_base/__init__.py index b552c917c0..ffa49f43c2 100644 --- a/esphome/components/fastled_base/__init__.py +++ b/esphome/components/fastled_base/__init__.py @@ -35,5 +35,5 @@ def new_fastled_light(config): yield light.register_light(var, config) # https://github.com/FastLED/FastLED/blob/master/library.json - cg.add_library('FastLED', '3.2.9') + cg.add_library('FastLED', '3.3.3') yield var