Add platform specific DPS to requests

This commit is contained in:
Pierre Ståhl
2020-10-05 08:15:35 +02:00
committed by rospogrigio
parent 8cc978a04d
commit 8456c6039c
7 changed files with 135 additions and 119 deletions

View File

@@ -65,4 +65,6 @@ class LocaltuyaBinarySensor(LocalTuyaEntity, BinarySensorEntity):
)
async_setup_entry = partial(async_setup_entry, DOMAIN, LocaltuyaBinarySensor)
async_setup_entry = partial(
async_setup_entry, DOMAIN, LocaltuyaBinarySensor, flow_schema
)