Bump python-roborock to 0.36.0 (#103465)

This commit is contained in:
Luke Lashley 2023-11-08 06:48:05 -05:00 committed by GitHub
parent a78ef60773
commit 44fe704f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 77 additions and 43 deletions

View file

@ -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,