hello ,
i"m having trouble to overwrite a value of an attribute.
i want to change the name of my ‘media_title’ from my mediaplayer
i can read the values via template ,but it never changes in the GUI in the mediaplayer.
my code to acces the 'media_title ’
i want to overwrite to a string
thx in advance
{{state_attr('media_player.huiskamersonos', 'media_title' ) }}
{% set state_attr('media_player.huiskamersonos', 'media_title' ) = "this_is_a_test_string" %}