Reordering platforms to be alphabetical

This commit is contained in:
sibowler
2021-10-16 07:46:56 +11:00
committed by rospogrigio
parent 23a16babad
commit fad7e0b1ac

View File

@@ -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"