#Media Search and Play intent not working

1 messages · Page 1 of 1 (latest)

sand mantle
#

The "play" intents added recently aren't working. The commands get sent to the remote handler rather than the local handler.

I'm on 2025.7.0 and also tested this with my Voice PE on 25.6.0,

#

I have the music assistant integration set up and working normally otherwise.

main rain
#

Developer tools - assist. Insert your phrase there and show the result.

main rain
#

Contextual commands do not work through the interface. Specify the room in the request.

sand mantle
main rain
#

Check this command: "play {search_query} on <name>" The name field is the name of the media player.

sand mantle
#

Like this?

#

I'm also checking the intents from the package

>>> sorted(home_assistant_intents.get_intents('en')['intents'].keys())
['HassBroadcast', 'HassCancelAllTimers', 'HassCancelTimer', 'HassClimateGetTemperature', 'HassClimateSetTemperature', 'HassDecreaseTimer', 'HassGetCurrentDate', 'HassGetCurrentTime', 'HassGetState', 'HassGetWeather', 'HassIncreaseTimer', 'HassLightSet', 'HassListAddItem', 'HassMediaNext', 'HassMediaPause', 'HassMediaPrevious', 'HassMediaUnpause', 'HassNevermind', 'HassPauseTimer', 'HassRespond', 'HassSetPosition', 'HassSetVolume', 'HassShoppingListAddItem', 'HassStartTimer', 'HassTimerStatus', 'HassTurnOff', 'HassTurnOn', 'HassUnpauseTimer', 'HassVacuumReturnToBase', 'HassVacuumStart']
#

HassMediaSearchAndPlay is missing for example

#
import importlib.metadata
print(importlib.metadata.version("home-assistant-intents"))
 
2025.6.23
main rain
#

It looks like a bug . If you want, open an issue in the repository.

But try assigning a shorter name to the media player and repeat the last test.