Pierre Ståhl

Results 634 comments of Pierre Ståhl

@albaintor I added a new setting per device, `rp_id`, that contains a random identifier. It it is stored persistently. Can you verify if this works?

Try: `atvremote set_text=XXX`, should work.

What did you try more specifically? Should be s as easy to implement as for instance `start_app` if you are happy with GET requests. You could also do POST.

Hey! The issue is that you need credentials when connecting to the various protocols. In pyatv, a storage module is used to store these (and other settings as well). The...