B5r1oJ0A9G / teufel_raumfeld

Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.
GNU General Public License v3.0
33 stars 7 forks source link

Hide progress bar for live content #71

Closed mathebox closed 2 months ago

mathebox commented 2 months ago

With this PR, the progress bar will be hidden when playing live content (e.g. radio stations).

Currently, the progress bar for live content will be empty after restart (would be acceptable)

Screenshot 2024-09-11 at 22 31 32

but it will also keep the position of the last played song.

Screenshot 2024-09-11 at 22 33 15

After merging this PR, the media player cards will have the following appearance

Screenshot 2024-09-11 at 22 30 48

The Sonos integration takes the same approach.

Relates to #20