1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Update __init__.py (#1020)

This commit is contained in:
Team Super Panda
2020-05-02 09:53:41 +12:00
committed by GitHub
parent 8b92456ded
commit 0473c4c79f

View File

@@ -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