sebbo2002 / pyatv-mqtt-bridge

Bridge which allows you to control your Apple TV via MQTT
MIT License
37 stars 8 forks source link

Broker username/password required #186

Closed carywin closed 2 years ago

carywin commented 2 years ago

I'm trying to get pyatv-mqtt-bridge working on my system, but I've hit a roadblock. My MQTT broker requires a username/password for clients to connect, and I can't find a way to include those in the config file.

sebbo2002 commented 2 years ago

You can put username and password directly into the URL: mqtt://username:password@127.0.0.1