Adding Number and Select as Tuya platforms. Provides support for a wider range of devices.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user