Hey guys,
I’m looking though the doco for the Apple TV integration and trying to figure out how to convert it to JSON for Node Red.
Can anyone that’s using NR share there on/off commands?
Thanks
Hey guys,
I’m looking though the doco for the Apple TV integration and trying to figure out how to convert it to JSON for Node Red.
Can anyone that’s using NR share there on/off commands?
Thanks
So this works as an automation in HA, but when I convert it to JSON… I just get an error and I have no idea why?
Send command to the remote… as I say, exact same as an automation works a treat. Clearly something wrong with my syntax, but dont know what?
Not sure how the data field should look, but the data field would look like this in YAML format.
data:
delay_secs: 1
command:
- home_hold
- select
is that correct?
Could it be that data should be left out, because it is already in the field called data?
Yep, it’s already in the data field.