Merge branch 'master' into master

This commit is contained in:
Tim
2021-12-17 22:38:18 +10:30
committed by GitHub Actions
11 changed files with 257 additions and 30 deletions

View File

@@ -49,6 +49,15 @@ 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",
"number",
"select",
"sensor",
"switch",
]
TUYA_DEVICE = "tuya_device"