This project is an attempt to visualize songs from spotify by changing the color of one/several lights via Home Assistant
- Clone repository via
git clone https://github.com/YoshiiPlayzz/spotify_light_show.git
- Install all requirements via
pip install -r requirements.txt
- Create new file
.env
- Create a "Long living access-token" in Home Assistant profile tab and save in
.env
file asCLIENT_TOKEN
- Create spotify credentials and save client id as
CLIENT_ID
, client secret asCLIENT_SECRET
and the redirect uri asREDIRECT_URI
(if project is hosted local http://127.0.0.1/) - Enter the entity or group id of the lamp you would like to visualize the songs as
ENTITY_ID
in.env
- Start the program with
python3 main.py
- Enjoy the lightshow!
Note: the lightshow is currently not working 100% as intended! especially when you pause the spotify stream and restart it. in this case restart the program and it should work eventually again