Fix nest to stop doing asyncio in a property (#42312)

This upgrades to the latest vesion of python-google-nest-sdm that
had bug fixes to stop doing asyncio in a property.
This commit is contained in:
Allen Porter 2020-10-24 14:33:52 -07:00 committed by GitHub
parent 5db1474099
commit 5e9de88f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 6 deletions

View file

@ -32,7 +32,7 @@ async def async_setup_sdm_entry(
"""Set up the sensors."""
subscriber = hass.data[DOMAIN][entry.entry_id]
device_manager = await subscriber.async_device_manager
device_manager = await subscriber.async_get_device_manager()
# Fetch initial data so we have data when entities subscribe.