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

Add Tuya Number support (#2765)

This commit is contained in:
Frank Langtind
2021-12-20 02:35:10 +01:00
committed by GitHub
parent 66e0ff8392
commit 6ec9cfb044
6 changed files with 128 additions and 1 deletions

View File

@@ -402,6 +402,7 @@ CONF_NUM_CHIPS = "num_chips"
CONF_NUM_LEDS = "num_leds"
CONF_NUM_SCANS = "num_scans"
CONF_NUMBER = "number"
CONF_NUMBER_DATAPOINT = "number_datapoint"
CONF_OFF_MODE = "off_mode"
CONF_OFFSET = "offset"
CONF_ON = "on"