1
0
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:
Otto Winter
2018-10-20 13:14:02 +02:00
committed by GitHub
parent 9efd9f4fe8
commit 92b6ed4180
4 changed files with 15 additions and 3 deletions

View File

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