Transmission and rpc-url

Hi,

I’m trying to setting up transmission with Home assistant but can’t figure out where I have to put the rpc-url ?
The doc says there’s an host and a port field but nothing about rpc-url :confused:

Does anyone know how to do that ?

Cheers
Simon

Ok I found out how to deal with this !

Looking at the transmissionrpc librairy, you can see that can pass a complete url if there’s a scheme.

Exemple, for a classic transmission install with yunohost, you have to put:

transmission:
  host: http://127.0.0.1:9091/torrent/transmission/rpc
  turtle_mode: true
  monitored_conditions:
    - download_speed

cheers
simon