home-assistant / home-assistant/core
Unable to create Hue scene enity for BLA BLA
- Dominant language
- Python
- Stars
- 90.5k
- Forks
- 38.6k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 597
Description
### The problem
This issue is persistent for many months now. I've udated HA and the Hue Bridge Pro but the errors show up in the HA log every reboot:
Logger: homeassistant.components.hue.scene
Source: components/hue/scene.py:59
Integration: Philips Hue (documentation, issues)
First occurred: 8 September 2026 at 21:49:13 (4 occurrences)
Last logged: 8 September 2026 at 21:49:13
Unable to create Hue scene entity for 50bcd4d8-6642-4924-9948-4185a2c88dad
Unable to create Hue scene entity for 86059245-f4c7-4a79-b1da-f516c3445b8c
Unable to create Hue scene entity for 96d801cd-c5cf-4bf7-98dc-b9e7ececa6de
Unable to create Hue scene entity for be8f58c4-3040-4f9b-9607-124726b4c5f2
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hue/scene.py", line 59, in async_add_entity
entity = HueSceneEntity(bridge, api.scenes, resource)
File "/usr/src/homeassistant/homeassistant/components/hue/scene.py", line 111, in __init__
raise KeyError(self.resource.group.rid)
KeyError: 'cedabe13-134e-4b28-a9fd-836f42713eea'
### What version of Home Assistant Core has the issue?
2026.9.1 Supervisor 2026.09.0
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
HUE
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/hue/
### Diagnostics information
_No response_
### Example YAML snippet
```yaml
config flow
```
### Anything in the logs that might be useful for us?
```txt
Raspberry Pi500+
```
### Additional information
HUE pro bridge
Contributor guide
Assessment
This issue has not been assessed yet.