From 39f64f597e22185e173212a4cbd4bc72bb7ca578 Mon Sep 17 00:00:00 2001 From: Rob Gridley Date: Tue, 3 Aug 2021 10:56:29 -0400 Subject: [PATCH] Add SM16703 to supported FastLED chipsets (#1751) Co-authored-by: Otto winter --- esphome/components/fastled_clockless/light.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/fastled_clockless/light.py b/esphome/components/fastled_clockless/light.py index cfc62e930b..d437d01dcf 100644 --- a/esphome/components/fastled_clockless/light.py +++ b/esphome/components/fastled_clockless/light.py @@ -31,6 +31,7 @@ CHIPSETS = [ "GW6205_400", "LPD1886", "LPD1886_8BIT", + "SM16703", ]