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

Add Tuya select (#3469)

This commit is contained in:
Maxim Ocheretianko
2022-05-15 22:49:40 +03:00
committed by GitHub
parent 0665acd190
commit f62d5d3b9d
6 changed files with 140 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ CONF_ENABLE_TIME = "enable_time"
CONF_ENERGY = "energy"
CONF_ENTITY_CATEGORY = "entity_category"
CONF_ENTITY_ID = "entity_id"
CONF_ENUM_DATAPOINT = "enum_datapoint"
CONF_ESP8266_DISABLE_SSL_SUPPORT = "esp8266_disable_ssl_support"
CONF_ESPHOME = "esphome"
CONF_ETHERNET = "ethernet"