Add light support and clean up schemas

This commit is contained in:
Pierre Ståhl
2020-09-09 10:55:22 +02:00
parent aa1ed67f94
commit 7018625f04
5 changed files with 156 additions and 170 deletions

View File

@@ -13,4 +13,4 @@ CONF_VOLTAGE = "voltage"
DOMAIN = "localtuya"
# Platforms in this list must support config flows
PLATFORMS = ["switch"]
PLATFORMS = ["light", "switch"]