Assist on button fail

Hi

I want to use Assist to activate buttons which are launching automations. All test I did failed, Or I get [room|device] unknown or I get An error araised during treatment.

Sample logs from home assistant
2024-12-02 18:27:51.018 ERROR (MainThread) [homeassistant.helpers.intent] Service call failed for button.scene_de_vie
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/intent.py”, line 1067, in async_handle_states
await service_coro
File “/usr/local/lib/python3.12/asyncio/tasks.py”, line 631, in _wait_for_one
return f.result() # May raise f.exception().
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/intent/init.py”, line 225, in async_call_service
raise intent.IntentHandleError(
homeassistant.helpers.intent.IntentHandleError: Service turn_on does not support entity button.scene_de_vie
2024-12-02 18:27:51.030 ERROR (MainThread) [homeassistant.components.conversation.default_agent] Intent handling error
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/conversation/default_agent.py”, line 366, in async_process
intent_response = await intent.async_handle(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/intent.py”, line 143, in async_handle
result = await handler.async_handle(intent)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/intent.py”, line 1002, in async_handle
response = await self.async_handle_states(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/intent.py”, line 1076, in async_handle_states
raise IntentHandleError(
homeassistant.helpers.intent.IntentHandleError: Failed to call turn_on for: [‘button.scene_de_vie’]

I’m running 2024.11.3 version with docker.

What can be wrong?