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

Add handling for min power output setting (#448)

* Add handling for min power output setting

* Fix line length error
This commit is contained in:
mtl010957
2019-02-26 12:35:45 -05:00
committed by Otto Winter
parent 808ee19180
commit 38e7b597d6
2 changed files with 6 additions and 1 deletions

View File

@@ -414,6 +414,7 @@ CONF_USE_ADDRESS = 'use_address'
CONF_FROM = 'from'
CONF_TO = 'to'
CONF_SEGMENTS = 'segments'
CONF_MIN_POWER = 'min_power'
ALLOWED_NAME_CHARS = u'abcdefghijklmnopqrstuvwxyz0123456789_'
ARDUINO_VERSION_ESP32_DEV = 'https://github.com/platformio/platform-espressif32.git#feature/stage'