diff --git a/custom_components/plejd/pyplejd/mesh.py b/custom_components/plejd/pyplejd/mesh.py index d330b2f..1a81cee 100644 --- a/custom_components/plejd/pyplejd/mesh.py +++ b/custom_components/plejd/pyplejd/mesh.py @@ -103,6 +103,8 @@ class PlejdMesh(): await client.start_notify(PLEJD_LASTDATA, _lastdata) await client.start_notify(PLEJD_LIGHTLEVEL, _lightlevel) + await self.poll() + return True async def write(self, payload):