Add LCN scene platform (#24242)

This commit is contained in:
Andre Lengwenus 2019-06-05 11:12:05 +02:00 committed by Pascal Vizeli
parent bf9c2c74fa
commit 408ae44bdd
3 changed files with 92 additions and 4 deletions

View file

@ -32,6 +32,10 @@ CONF_PCK = 'pck'
CONF_CLIMATES = 'climates'
CONF_MAX_TEMP = 'max_temp'
CONF_MIN_TEMP = 'min_temp'
CONF_SCENES = 'scenes'
CONF_REGISTER = 'register'
CONF_SCENE = 'scene'
CONF_OUTPUTS = 'outputs'
DIM_MODES = ['STEPS50', 'STEPS200']