I have a Voice PE in my “Main Bedroom” area. I am trying to send an assist command to play music and all,looks well in the dev tools
{
"results": [
{
"sentence": "Play billy joel on the main bedroom player ",
"language": "en",
"result": {
"intent": {
"name": "MassPlayMediaOnMediaPlayer"
},
"slots": {
"query": "billy joel",
"name": "main bedroom player"
},
"details": {
"query": {
"name": "query",
"value": "billy joel",
"text": "billy joel"
},
"name": {
"name": "name",
"value": "Main Bedroom Player",
"text": "main bedroom player"
}
},
"targets": {
"media_player.main_bedroom_speaker_media_player": {
"matched": true
}
},
"match": true,
"sentence_template": "<play> {query};<on> [the ]{name} [<player_devices>] [((with)|(using)) {radio_mode}]",
"unmatched_slots": {},
"source": "custom",
"file": "en/play_media_on_media_player.yaml"
}
}
]
}
note the valid target. But when I type the command into assist I get no valid targets?