mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 16:25:50 +00:00
Add FastLED color correction option (#200)
* Add FastLED color correction option * Add test
This commit is contained in:
@@ -346,6 +346,7 @@ CONF_PM_2_5 = 'pm_2_5'
|
||||
CONF_PM_10_0 = 'pm_10_0'
|
||||
CONF_FORMALDEHYDE = 'formaldehyde'
|
||||
CONF_ON_TAG = 'on_tag'
|
||||
CONF_COLOR_CORRECT = 'color_correct'
|
||||
CONF_ON_JSON_MESSAGE = 'on_json_message'
|
||||
|
||||
ALLOWED_NAME_CHARS = u'abcdefghijklmnopqrstuvwxyz0123456789_'
|
||||
|
||||
Reference in New Issue
Block a user