Hunter Douglas scenes disappeared after last update

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()

Did you ever get this working? I recently had an issue where the scenes appear in the entities, but now they show as “unavailable” and I cannot get them active again. I’ve completely removed the integration and re-set it up with no success. @bdraco it appears that you are the primary owner of the Hunter Douglas PowerView integration, so curious if you’ve seen anything like this? Thanks!

Please open an issue and provide debug logs for aiopvapi and homeassistant.components.hunterdouglas_powerview

Sure thing, done and it’s here: Hunter Douglas PowerView Scenes Showing "Unavailable" · Issue #67833 · home-assistant/core · GitHub

Thanks for opening the issue and providing logs. Should be fixed in 2022.3.3

Hey sorry I didn’t reply to this immediately… I ended up finding that for some reason an update to HA caused a bunch of the entities to be disabled. I think your problem might be different from mine.

I removed the HD integration and reinstalled it and it fixed the problem for me.