1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 12:52:19 +01:00

Add hidden option to wifi networks (#436)

This commit is contained in:
Otto Winter
2019-02-16 16:49:27 +01:00
committed by GitHub
parent 944f0169cb
commit 7a450ed41c
2 changed files with 5 additions and 1 deletions

View File

@@ -339,6 +339,7 @@ CONF_COLD_WHITE = 'cold_white'
CONF_WARM_WHITE = 'warm_white'
CONF_COLD_WHITE_COLOR_TEMPERATURE = 'cold_white_color_temperature'
CONF_WARM_WHITE_COLOR_TEMPERATURE = 'warm_white_color_temperature'
CONF_HIDDEN = 'hidden'
CONF_ON_LOOP = 'on_loop'
CONF_ON_TIME = 'on_time'
CONF_SECONDS = 'seconds'