robert-alfaro / genius-lyrics

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

Add support for STATE_BUFFERING introduced in 2022.5.x #22

Closed kkpanaz closed 1 year ago

kkpanaz commented 2 years ago

STATE_BUFFERING was added to home assistant in 2022.5.x (https://github.com/home-assistant/core/pull/70802).

If you don't have the best internet this can cause this entity to flicker between on and off, never allowing enough time to get the lyrics. Therefore we shouldn't turn the entity off if the media player is buffering.