1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 21:02:20 +01:00

Add rotary encoder min/max value (#463)

This commit is contained in:
Otto Winter
2019-02-28 10:17:38 +01:00
committed by GitHub
parent 5b8d12a80c
commit 7c65d44976
3 changed files with 29 additions and 6 deletions

View File

@@ -416,6 +416,9 @@ CONF_FROM = 'from'
CONF_TO = 'to'
CONF_SEGMENTS = 'segments'
CONF_MIN_POWER = 'min_power'
CONF_MIN_VALUE = 'min_value'
CONF_MAX_VALUE = 'max_value'
ALLOWED_NAME_CHARS = u'abcdefghijklmnopqrstuvwxyz0123456789_'
ARDUINO_VERSION_ESP32_DEV = 'https://github.com/platformio/platform-espressif32.git#feature/stage'