Reordering platforms to be alphabetical

This commit is contained in:
sibowler
2021-10-16 07:46:56 +11:00
parent f384ef2cbe
commit ec0c6c04b4

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", "number", "select"]
PLATFORMS = ["binary_sensor", "cover", "fan", "light", "number", "select", "sensor", "switch"]
TUYA_DEVICE = "tuya_device"