1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 21:02:20 +01:00

Move CONF_CONTRAST to const.py (#1352)

This commit is contained in:
Jesse Hills
2020-11-02 21:25:41 +13:00
committed by GitHub
parent 9fc3e05b76
commit e73eafbd88
2 changed files with 3 additions and 2 deletions

View File

@@ -122,6 +122,7 @@ CONF_COMPONENTS = 'components'
CONF_CONDITION = 'condition'
CONF_CONDITION_ID = 'condition_id'
CONF_CONDUCTIVITY = 'conductivity'
CONF_CONTRAST = 'contrast'
CONF_COOL_ACTION = 'cool_action'
CONF_COOL_MODE = 'cool_mode'
CONF_COUNT_MODE = 'count_mode'