Bump python-roborock to 0.36.0 (#103465)
This commit is contained in:
parent
a78ef60773
commit
44fe704f49
13 changed files with 77 additions and 43 deletions
|
@ -125,7 +125,7 @@ async def async_setup_entry(
|
|||
# We need to check if this function is supported by the device.
|
||||
results = await asyncio.gather(
|
||||
*(
|
||||
coordinator.api.cache.get(description.cache_key).async_value()
|
||||
coordinator.api.get_from_cache(description.cache_key)
|
||||
for coordinator, description in possible_entities
|
||||
),
|
||||
return_exceptions=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue