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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user