Hi Guys,
I am new to hassio and appdaemon but already love it.
I am trying to make a dashboard to run on an android tablet wich I can use to control my lights, a few scripts and mediaplayer.
The issue I have right now is that the mediaplayer does work but when I press play or pause the buttons don’t update. If I tap on the next button it does change the song but on the dashboard it still shows the title of the previous song. This is fixed when I reload the page. Right now I have a reload page button and it reloads the page at an interval of 6 minutes but is there a way to actively show the state of the mediaplayer without reloading?
title: Home
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 9
global_parameters:
use_comma: 0
precision: 1
refresh: 1
use_hass_icon: 1
devices:
media_player:
step: 5
layout:
- mediaplayer(2x2)
mediaplayer:
widget_type: media_player
entity: media_player.tv
The song that is playing was the previous song. If I hit pause it will pause and if I refresh the page it will show the correct song.
Thanks in advance
Victor