I use Hunter Douglas PowerView shades, and generally use scenes to control them. After the last update, all the scenes disappeared entirely. I still have the individual devices and they do work to control individual shades. I’ve tried restarting, reloading, etc but nothing brings them back. All I see in the error logs is this:
2021-12-12 12:49:27 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that called async_timeout.timeout with loop keyword argument. The loop keyword argument is deprecated and calls will fail after Home Assistant 2022.2. Please report issue for hunterdouglas_powerview using this method at homeassistant/components/hunterdouglas_powerview/__init__.py, line 78: room_data = _async_map_data_by_id((await rooms.get_resources())[ROOM_DATA])
2021-12-12 12:49:27 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that called async_timeout.timeout with loop keyword argument. The loop keyword argument is deprecated and calls will fail after Home Assistant 2022.2. Please report issue for hunterdouglas_powerview using this method at homeassistant/components/hunterdouglas_powerview/__init__.py, line 83: (await scenes.get_resources())[SCENE_DATA]
2021-12-12 12:49:28 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that called async_timeout.timeout with loop keyword argument. The loop keyword argument is deprecated and calls will fail after Home Assistant 2022.2. Please report issue for hunterdouglas_powerview using this method at homeassistant/components/hunterdouglas_powerview/__init__.py, line 89: (await shades.get_resources())[SHADE_DATA]
2021-12-12 12:49:28 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that called async_timeout.timeout with loop keyword argument. The loop keyword argument is deprecated and calls will fail after Home Assistant 2022.2. Please report issue for hunterdouglas_powerview using this method at homeassistant/components/hunterdouglas_powerview/cover.py, line 71: await shade.refresh()