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

Tuya text_sensor and raw data usage (#1812)

This commit is contained in:
dentra
2021-11-29 22:08:52 +03:00
committed by GitHub
parent b5639a6472
commit 939fb313df
10 changed files with 299 additions and 7 deletions

View File

@@ -579,6 +579,7 @@ CONF_SEND_EVERY = "send_every"
CONF_SEND_FIRST_AT = "send_first_at"
CONF_SENSING_PIN = "sensing_pin"
CONF_SENSOR = "sensor"
CONF_SENSOR_DATAPOINT = "sensor_datapoint"
CONF_SENSOR_ID = "sensor_id"
CONF_SENSORS = "sensors"
CONF_SEQUENCE = "sequence"