mirror of
https://github.com/esphome/esphome.git
synced 2025-01-03 03:11:44 +01:00
Update __init__.py (#1020)
This commit is contained in:
parent
8b92456ded
commit
0473c4c79f
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ def new_fastled_light(config):
|
||||||
|
|
||||||
yield light.register_light(var, config)
|
yield light.register_light(var, config)
|
||||||
# https://github.com/FastLED/FastLED/blob/master/library.json
|
# 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
|
yield var
|
||||||
|
|
Loading…
Reference in a new issue