mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Bugfix for tradfri to correctly execute Command. (#13618)
This commit is contained in:
parent
eb763764b3
commit
4ad0152a44
@ -146,7 +146,7 @@ class TradfriGroup(Light):
|
|||||||
|
|
||||||
async def async_update(self):
|
async def async_update(self):
|
||||||
"""Fetch new state data for the group."""
|
"""Fetch new state data for the group."""
|
||||||
await self._group.update()
|
await self._api(self._group.update())
|
||||||
|
|
||||||
|
|
||||||
class TradfriLight(Light):
|
class TradfriLight(Light):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user