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

This commit is contained in:
Lewis Juggins 2018-04-01 18:42:47 +01:00 committed by GitHub
parent eb763764b3
commit 4ad0152a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):