Add config flow support for fan

This commit is contained in:
Pierre Ståhl
2020-09-10 12:07:59 +02:00
parent edc9debf83
commit f9a4b4ad8a
2 changed files with 206 additions and 217 deletions

View File

@@ -20,4 +20,4 @@ CONF_STOP_CMD = 'stop_cmd'
DOMAIN = "localtuya"
# Platforms in this list must support config flows
PLATFORMS = ["cover", "light", "switch"]
PLATFORMS = ["cover", "fan", "light", "switch"]