mirror of
https://github.com/esphome/esphome.git
synced 2025-10-22 19:53:46 +01:00
add dither option for image processing (#1317)
* [Image] add dither option for image processing * fix import order * revert import location and hardcode two dither method * fix format
This commit is contained in:
@@ -159,6 +159,7 @@ CONF_DISCOVERY = 'discovery'
|
||||
CONF_DISCOVERY_PREFIX = 'discovery_prefix'
|
||||
CONF_DISCOVERY_RETAIN = 'discovery_retain'
|
||||
CONF_DISTANCE = 'distance'
|
||||
CONF_DITHER = 'dither'
|
||||
CONF_DIV_RATIO = 'div_ratio'
|
||||
CONF_DNS1 = 'dns1'
|
||||
CONF_DNS2 = 'dns2'
|
||||
|
Reference in New Issue
Block a user