Skip to content

OpenAI Conversation does not work with scenes #143053

Open
@miisch

Description

@miisch

The problem

When I try to enable scene it uses turn_off and fail with unexpected error.
I was playing a lot with that, sometimes its working, sometimes not, its 50 50 :-(

My sentence is "Activate scene X", it fails with "Service turn_off does not support entity scene.tv_scena" - log is attached.

Does anyone have the same problem?
(btw 1st I had the same problem with buttons exposed from NodeRed so I tried scenes)

2025-04-15 17:06:21.430 ERROR (MainThread) [homeassistant.helpers.intent] Service call failed for scene.tv_scena
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/intent.py", line 1148, in async_handle_states
    await service_coro
  File "/usr/local/lib/python3.13/asyncio/tasks.py", line 634, in _wait_for_one
    return f.result() if resolve else f
           ~~~~~~~~^^
  File "/usr/src/homeassistant/homeassistant/components/intent/__init__.py", line 235, in async_call_service
    raise intent.IntentHandleError(
        f"Service {service} does not support entity {state.entity_id}"
    )
homeassistant.helpers.intent.IntentHandleError: Service turn_off does not support entity scene.tv_scena

What version of Home Assistant Core has the issue?

core-2025.4.2

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

openai_conversation

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

Anything in the logs that might be useful for us?

Additional information

No response

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions