Skip to content

Commit

Permalink
Bugfix for tradfri to correctly execute Command. (#13618)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwis committed Apr 1, 2018
1 parent eb76376 commit 4ad0152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/light/tradfri.py
Expand Up @@ -146,7 +146,7 @@ def _observe_update(self, tradfri_device):

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):
Expand Down

0 comments on commit 4ad0152

Please sign in to comment.