Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.05 KB

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