Updated to 17 finally and I have an error when using TTS (still works but NR shows it needs fixing. #1619
Answered
by
monsieurlatte
monsieurlatte
asked this question in
Q&A
-
It says this for my homepods. Entity ID 'media_player.jrs_bedroom' should be in the data property, not the target property, for the selected action. All I have in the JSON is this for one of my tests { } |
Beta Was this translation helpful? Give feedback.
Answered by
monsieurlatte
Oct 1, 2024
Replies: 1 comment 3 replies
-
After hours of research I stumbled up the insert test in NR that gave me an example to work with. Der. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I should have added to my post, you're right. So originally I had this.
{
"language": "en-GB",
"message": "hello james"
}
and had to add the first line with the entity to fix it.
{
"entity_id":"media_player.jrs_bedroom",
"language": "en-GB",
"message": "hello james"
}