HI,
before my media_player sensors and media_players Plex showed their images of whats playing just fine. With the last few updates, All I get is a white space.
While the entities are populated as they should be, according to the dev-state. My apple tv media-players show image alright and instantaneous, so I know the system is working as it should…
anyone experiencin this too?
sensor:
watching_plex_safari:
friendly_name: 'Plex Safari'
value_template: >
{% if states.media_player.plex_safari %}
{% if states('media_player.plex_safari')in ['playing','idle','paused','stopped']%}
{{states('media_player.plex_safari')}}
{% endif %}
{% else %} Offline
{% endif %}
entity_picture_template: >
{% if states('media_player.plex_safari') == 'playing' %}
{{state_attr('media_player.plex_safari','entity_picture')}}
{% else %} /local/various/plex.png
{% endif %}
supposed to show the entity_picture of the playing show here.
this is what the media_player looks like:
and the dev_state:
only thing I notice is the token is much much longer than the token in the plex configuration. Don’t know if this is supposed to be the same?