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

@@ -121,4 +121,4 @@ class LocaltuyaLight(LocalTuyaEntity, LightEntity):
self._color_temp = self.dps(DPS_INDEX_COLOURTEMP)
async_setup_entry = partial(async_setup_entry, DOMAIN, LocaltuyaLight)
async_setup_entry = partial(async_setup_entry, DOMAIN, LocaltuyaLight, flow_schema)