GPIO Switch Power On Value v2 (#183)

This commit is contained in:
Otto Winter
2018-10-16 22:58:26 +02:00
committed by GitHub
parent db8313e0d5
commit 820067ae5a
4 changed files with 13 additions and 6 deletions
+1
View File
@@ -340,6 +340,7 @@ CONF_MONTHS = 'months'
CONF_DAYS_OF_WEEK = 'days_of_week'
CONF_CRON = 'cron'
CONF_POWER_SAVE_MODE = 'power_save_mode'
CONF_POWER_ON_VALUE = 'power_on_value'
ALLOWED_NAME_CHARS = u'abcdefghijklmnopqrstuvwxyz0123456789_'
ARDUINO_VERSION_ESP32_DEV = 'https://github.com/platformio/platform-espressif32.git#feature/stage'