Add shared code to a common module

This commit is contained in:
Pierre Ståhl
2020-09-23 19:58:24 +02:00
committed by rospogrigio
parent fefee6944f
commit 450060488b
3 changed files with 193 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ CONF_SCALING = "scaling"
DOMAIN = "localtuya"
# Platforms in this list must support config flows
PLATFORMS = ["cover", "fan", "light", "sensor", "switch"]
PLATFORMS = ["binary_sensor", "cover", "fan", "light", "sensor", "switch"]