Reordering platforms to be alphabetical
This commit is contained in:
@@ -46,6 +46,6 @@ DATA_DISCOVERY = "discovery"
|
|||||||
DOMAIN = "localtuya"
|
DOMAIN = "localtuya"
|
||||||
|
|
||||||
# Platforms in this list must support config flows
|
# Platforms in this list must support config flows
|
||||||
PLATFORMS = ["binary_sensor", "cover", "fan", "light", "sensor", "switch", "number", "select"]
|
PLATFORMS = ["binary_sensor", "cover", "fan", "light", "number", "select", "sensor", "switch"]
|
||||||
|
|
||||||
TUYA_DEVICE = "tuya_device"
|
TUYA_DEVICE = "tuya_device"
|
||||||
|
Reference in New Issue
Block a user