Merge branch 'master' into master

This commit is contained in:
lsaadeh
2021-12-17 09:23:50 +11:00
committed by GitHub
8 changed files with 221 additions and 8 deletions

View File

@@ -47,6 +47,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"