mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Fix fastled clockless not loading fastled base
Ref https://github.com/esphome/issues/issues/268
This commit is contained in:
		| @@ -4,6 +4,8 @@ from esphome import pins | |||||||
| from esphome.components import fastled_base | from esphome.components import fastled_base | ||||||
| from esphome.const import CONF_CHIPSET, CONF_NUM_LEDS, CONF_PIN, CONF_RGB_ORDER | from esphome.const import CONF_CHIPSET, CONF_NUM_LEDS, CONF_PIN, CONF_RGB_ORDER | ||||||
|  |  | ||||||
|  | AUTO_LOAD = ['fastled_base'] | ||||||
|  |  | ||||||
| CHIPSETS = [ | CHIPSETS = [ | ||||||
|     'NEOPIXEL', |     'NEOPIXEL', | ||||||
|     'TM1829', |     'TM1829', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user