Adding Number and Select as Tuya platforms. Provides support for a wider range of devices.

This commit is contained in:
sibowler
2021-10-16 07:41:31 +11:00
committed by rospogrigio
parent 5a28cec517
commit e1bb45f2a2
4 changed files with 193 additions and 4 deletions

View File

@@ -46,6 +46,6 @@ DATA_DISCOVERY = "discovery"
DOMAIN = "localtuya"
# Platforms in this list must support config flows
PLATFORMS = ["binary_sensor", "cover", "fan", "light", "sensor", "switch"]
PLATFORMS = ["binary_sensor", "cover", "fan", "light", "sensor", "switch", "number", "select"]
TUYA_DEVICE = "tuya_device"