1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 08:15:49 +00:00

WiFi: Add power save mode option (#150)

* WiFi: Add power save mode option

* Lint
This commit is contained in:
Otto Winter
2018-10-07 16:52:14 +02:00
committed by GitHub
parent 0374b3a0b3
commit 639b97ccb2
2 changed files with 14 additions and 3 deletions

View File

@@ -338,6 +338,7 @@ CONF_DAYS_OF_MONTH = 'days_of_month'
CONF_MONTHS = 'months'
CONF_DAYS_OF_WEEK = 'days_of_week'
CONF_CRON = 'cron'
CONF_POWER_SAVE_MODE = 'power_save_mode'
ALLOWED_NAME_CHARS = u'abcdefghijklmnopqrstuvwxyz0123456789_'
ARDUINO_VERSION_ESP32_DEV = 'https://github.com/platformio/platform-espressif32.git#feature/stage'