Skip to content
Snippets Groups Projects
Unverified Commit 4ad0152a authored by Lewis Juggins's avatar Lewis Juggins Committed by GitHub
Browse files

Bugfix for tradfri to correctly execute Command. (#13618)

parent eb763764
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ class TradfriGroup(Light):
async def async_update(self):
"""Fetch new state data for the group."""
await self._group.update()
await self._api(self._group.update())
class TradfriLight(Light):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment