robert-alfaro / genius-lyrics

Home Assistant custom component for fetching song lyrics from Genius.com
23 stars 7 forks source link

doesn't work #9

Closed moshe19803 closed 3 years ago

moshe19803 commented 4 years ago

hi, version 0.155.2 dosent work. will not generate the foomedia player

robert-alfaro commented 3 years ago

Can you provide some logs or more information to better assist you? "Doesn't work" is not too detailed nor constructive.

baj24 commented 3 years ago

A few things that will help you get this to work.

  1. I assume the dev is going to update the manifest file to add the version number. Change the manifest.json file to look like this commit

  2. In the configuration.yaml, the "media_player.foobar" should be replaced with your own media player. In my case, I substituted it with media_player.spotify (or whatever your spotify media player is called). Also, make sure you replace the sensor names in the card configuration.

genius_lyrics: access_token: "3SxSxqZJOtz5fYlkFXv-12E-mgripD0XM7v0L091P3Kz22wT9ReCRNg0qmrYeveG" entities:

robert-alfaro commented 3 years ago

I will get to updating this component soon. I recently moved and will be finally updating my HA (it's like a year old now). Thanks for the information regarding the manifest.

robert-alfaro commented 3 years ago

12 fixes the version string. Closing this now :)

baj24 commented 3 years ago

Can you update the instructions so that it's clear that the media player entity in your configuration text is just an example? It may lessen confusion for others who wish to install this custom component.