Most of my hue scenes in HA have become unavailable, but strangely not all.
Thee scenes are still in hue, and I can even launch them from HA if I use the hue activate scene, rather than the normal activate scene.
I have restarted HA and the hue bridge several times, restored to my backup taken Tuesday night, recreated a scene in hue to see if setting it up again would mark it as new, and removed and reinstalled the Philips hue integration (after doing that the scenes are no longer there rather than being just unavailable).
Its not clear to me if it is HA or hue that is the cause, it is odd
Any one have any ideas what else I can do?
I have found the github error report now, so I guess its not just me.
opened 09:50AM - 10 Apr 26 UTC
integration: hue
### The problem
After updating to 2026.4.1 all my automations/ scripts with the… hue.activate_scene action are failing. The action is not available any more. Te 'old' hue.hue_activate_scene is still available. I tried restoring the backup, restarting HA, deleting the Hue integration and installing it again but nothing works.
Update 12-04-26:
After update to 2026.4.2 still no improvement.
### What version of Home Assistant Core has the issue?
2026.4.1
### What was the last working version of Home Assistant Core?
2026.3.4
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
Philips Hue
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/hue/
### Diagnostics information
[config_entry-hue-01KNVC2BJGH1X5GHPWHT9SRPTD.json](https://github.com/user-attachments/files/26626512/config_entry-hue-01KNVC2BJGH1X5GHPWHT9SRPTD.json)
### Example YAML snippet
```yaml
```
### Anything in the logs that might be useful for us?
```txt
Logger: homeassistant.components.scene
Bron: helpers/entity_platform.py:455
integratie: Scène (documentatie, problemen)
Eerst voorgekomen: 11:37:45 (1 gebeurtenis)
Laatst gelogd: 11:37:45
Error while setting up hue platform for scene: coroutine raised StopIteration
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hue/scene.py", line 59, in async_setup_entry
async_add_entity(EventType.RESOURCE_ADDED, item)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/hue/scene.py", line 55, in async_add_entity
async_add_entities([HueSceneEntity(bridge, api.scenes, resource)])
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/hue/scene.py", line 101, in __init__
self.hue_group = self.controller.get_group(self.resource.id)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/aiohue/v2/controllers/scenes.py", line 100, in get_group
return next(x for x in self._bridge.groups if x.id == scene.group.rid)
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 455, in _async_setup_platform
await asyncio.shield(awaitable)
RuntimeError: coroutine raised StopIteration
```
### Additional information
_No response_