Fixing up style issues

This commit is contained in:
sibowler
2021-12-13 06:08:53 +11:00
committed by rospogrigio
parent fad7e0b1ac
commit 61896605b8
3 changed files with 13 additions and 11 deletions

View File

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