Add platform specific DPS to requests
This commit is contained in:
committed by
rospogrigio
parent
8cc978a04d
commit
8456c6039c
@@ -78,4 +78,4 @@ class LocaltuyaSwitch(LocalTuyaEntity, SwitchEntity):
|
||||
self._state = self.dps(self._dps_id)
|
||||
|
||||
|
||||
async_setup_entry = partial(async_setup_entry, DOMAIN, LocaltuyaSwitch)
|
||||
async_setup_entry = partial(async_setup_entry, DOMAIN, LocaltuyaSwitch, flow_schema)
|
||||
|
Reference in New Issue
Block a user