Add platform specific DPS to requests
This commit is contained in:
committed by
rospogrigio
parent
8cc978a04d
commit
8456c6039c
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user