Sendspin Bluetooth Bridge
Turn Bluetooth speakers into Music Assistant players — local, headless, and multiroom-ready
import { Aside } from ‘@astrojs/starlight/components’;

What is it?
Section titled “What is it?”Sendspin Bluetooth Bridge turns Bluetooth speakers and headphones into native Music Assistant players by bridging them to the MA Sendspin protocol.
Each configured Bluetooth device shows up as its own player in Music Assistant. You can keep playback local, group rooms together, manage Bluetooth from the web UI, and run the bridge on Home Assistant, Docker, Raspberry Pi, Proxmox VE, or OpenWrt.

Why the current release line matters
Section titled “Why the current release line matters”WEB_PORT and BASE_LISTEN_PORT overrides make it easier to run multiple bridge instances or parallel HA addon tracks on one host.
listen_port and override the advertised host with listen_host when needed.
Deployment options
Section titled “Deployment options”| Home Assistant Addon | Docker / Raspberry Pi | Proxmox / OpenWrt LXC | |
|---|---|---|---|
| Install | Addon Store | docker compose up -d | Host bootstrap script |
| Web UI | HA Ingress (8080 / 8081 / 8082) + optional direct WEB_PORT listener | Direct WEB_PORT listener (default 8080) | Direct WEB_PORT listener (default 8080) |
| Player ports | Channel default BASE_LISTEN_PORT (8928+, 9028+, 9128+) | BASE_LISTEN_PORT (default 8928+) | BASE_LISTEN_PORT (default 8928+) |
| Bluetooth stack | Host bluetoothd via Supervisor/runtime mounts | Host bluetoothd via D-Bus | Host bluetoothd via D-Bus bridge |
| Audio | HA audio bridge | Host PulseAudio / PipeWire | PulseAudio inside the container |
| Best for | HAOS / Supervised users | General Linux hosts and Raspberry Pi | Proxmox VE, routers, appliances |
Multi-bridge deployment
Section titled “Multi-bridge deployment”Run multiple bridge instances against the same Music Assistant server to cover every room — each bridge handles the speakers within its Bluetooth range.
