Spotify Integration#
You can use this button to start the setup process. It will open the integration page in Home Assistant.
Redirect URI:
https://my.home-assistant.io/redirect/oauth
HACS Installation#
You can follow the HACS installation guide to install HACS.
Spodcast Installation#
You can use this button to be redirected to the download page. It will open the repository's page in HACS.
You can find the documentation here.
Spodcast Configuration#
Prerequisites#
Windows Dependencies
No longer required with the Relay Server script.
Ubuntu 24.04 (or later)
sudo apt install git python3.12-venv
For older versions of Ubuntu
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.13 python3.13-venv git
Relay Server Script#
Windows
iwr https://gist.githubusercontent.com/Mincka/37899d25d124ad2a74f54846c7445ed8/raw/ -UseBasicParsing | iex
Ubuntu
git clone https://github.com/fondberg/spotcast.git
cd spotcast
git checkout dev
python3 scripts/relay_server.py
Start Spotcast Configuration#
You can use this button to start the setup process. It will open the integration page in Home Assistant.