Skip to content

adriancampos/Album-Art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Album Art Color to Home Assistant

Built for Home Assistant and Google Play Music Desktop Player.

A simple webpage that pulls colors from the current track's album art and changes lights to match.

Instructions

  • Enter the address of your Home Assistant instance (without a trailing slash).
  • Click the "Set auth token" button and paste in the Long-Lived Access Token generated by the button at the bottom of the Profile page.
  • Enter the entity id of the light you want to control.

Additionally, you can choose the

Todo

  • Implement proper Home Assistant token support (https://developers.home-assistant.io/docs/en/auth_api.html)
  • Make things prettier
  • Provide feedback when requests fail/succeed
  • Figure out what to do about same-origin problems
  • Probably create a Home Assistant component because it's silly to have a webpage do this