Installation — Home Assistant Addon
import { Aside, Steps } from ‘@astrojs/starlight/components’;
Which addon should you install?
Section titled “Which addon should you install?”| Addon | Best for | Ingress port | Default player-port base | Startup default |
|---|---|---|---|---|
| Stable | Everyday use | 8080 | 8928 | Auto |
| RC | Release-candidate testing | 8081 | 9028 | Manual |
| Beta | Earliest prerelease testing | 8082 | 9128 | Manual |
Requirements
Section titled “Requirements”- Home Assistant OS or Supervised
- Bluetooth adapter accessible to the HA host
- Music Assistant running on your network
Installation
Section titled “Installation”-
Add the addon repository
Use the button to add the repository automatically:
Or manually: Settings → Add-ons → Add-on store → ⋮ → Repositories and add:
https://github.com/trudenboy/sendspin-bt-bridge -
Choose the addon variant
Install Sendspin Bluetooth Bridge for the stable track. Install the RC or Beta variant only when you specifically want prerelease builds.
-
Configure the addon
On the Configuration tab:
sendspin_server: autosendspin_port: 9000web_port: 8090 # optional: extra direct listener on the host networkbase_listen_port: 8928 # optional: base port for players without explicit listen_portupdate_channel: stable # controls update checks only; does not switch addon variantbluetooth_devices:- mac: "AA:BB:CC:DD:EE:FF"player_name: "Living Room Speaker"- mac: "11:22:33:44:55:66"player_name: "Kitchen Speaker"adapter: hci1static_delay_ms: -500listen_port: 8935 # optional per-device Sendspin port overridelisten_host: 192.168.1.50 # optional advertised host/IP for URL display -
Start the addon
Start the addon. The stable addon defaults to auto-start; RC and beta default to manual start so prerelease installs are easier to keep separate.
-
Connect to Music Assistant features
Open the web UI → Configuration → Music Assistant and click 🏠 Sign in with Home Assistant if you want MA metadata, transport controls, queue actions, and group-volume sync.
Port behavior in addon mode
Section titled “Port behavior in addon mode”- Ingress stays fixed per addon track. Stable uses
8080, RC uses8081, beta uses8082. web_portdoes not replace ingress. It opens an additional direct listener on the HA host network. Your sidebar link and Open Web UI button still use HA Ingress.base_listen_portsets the default Sendspin player range for devices without an explicitlisten_port.- Device
listen_portwins per player. Use it when one speaker needs a fixed port. - Device
listen_hostchanges the advertised host/IP only. The player still binds on0.0.0.0internally.
Opening the web interface
Section titled “Opening the web interface”Use Open Web UI on the addon page or the HA sidebar entry for the normal ingress path.
If you set web_port, you also get a direct URL on the HA host network:
http://<ha-host-ip>:<web_port>This is useful for direct diagnostics or API access, but ingress remains the primary HA-integrated path.
Update channel semantics
Section titled “Update channel semantics”- The installed addon variant determines whether you are on stable, RC, or beta code.
- The
update_channeloption only controls which releases the in-app updater checks for (stable,rc, orbeta). - Changing
update_channeldoes not switch the installed addon track. - To move from stable to RC/beta, install that addon variant explicitly from the Add-on Store.
Audio routing on HA OS
Section titled “Audio routing on HA OS”The addon requests audio: true, so Home Assistant injects the audio bridge automatically. No manual PulseAudio or PipeWire socket mount is required.
Applying configuration changes
Section titled “Applying configuration changes”Changes to devices, adapters, web_port, base_listen_port, and Music Assistant connection settings take effect after a restart. Use Restart on the addon page or Save & Restart in the web UI.