Fix fastled clockless not loading fastled base

Ref https://github.com/esphome/issues/issues/268
This commit is contained in:
Otto Winter 2019-05-08 10:45:44 +02:00
parent 53c182ad37
commit bedf1b7483
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E

View file

@ -4,6 +4,8 @@ from esphome import pins
from esphome.components import fastled_base
from esphome.const import CONF_CHIPSET, CONF_NUM_LEDS, CONF_PIN, CONF_RGB_ORDER
AUTO_LOAD = ['fastled_base']
CHIPSETS = [
'NEOPIXEL',
'TM1829',