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

Tuya Select - Add int_datapoint option (#8393)

This commit is contained in:
Cossid
2025-05-12 23:44:51 -05:00
committed by GitHub
parent 5e164b107a
commit 8b65d1673a
5 changed files with 35 additions and 8 deletions

View File

@@ -408,6 +408,7 @@ CONF_INITIAL_OPTION = "initial_option"
CONF_INITIAL_STATE = "initial_state"
CONF_INITIAL_VALUE = "initial_value"
CONF_INPUT = "input"
CONF_INT_DATAPOINT = "int_datapoint"
CONF_INTEGRATION_TIME = "integration_time"
CONF_INTENSITY = "intensity"
CONF_INTERLOCK = "interlock"