home-assistant / ui-schema

A schema to define a user interface for Home Assistant.
Apache License 2.0
41 stars 6 forks source link

more inline information in media player row #208

Closed ghost closed 5 years ago

ghost commented 5 years ago

@JesseWebDotCom commented on Aug 5, 2018, 1:10 AM UTC:

When using the entities or entity-filter cards, media players only show "state" - ex. "playing". Ideally they would show info like what's playing (ex. media_title, media_library_name, media_series_title, etc).

Here's an example where the only info shown besides icon and name is state (i.e. playing):

  - type: entity-filter
      show_empty: false
      entities:
        - entity: media_player.office_atv
          name: Apple TV
      state_filter:
        - 'playing'

This issue was moved by zsarnett from home-assistant/home-assistant-polymer#1544.

iantrich commented 5 years ago

@bramkragten title should be showed when playing: https://github.com/home-assistant/home-assistant-polymer/blob/dev/src/panels/lovelace/entity-rows/hui-media-player-entity-row.ts#L99 https://github.com/home-assistant/home-assistant-polymer/blob/dev/src/panels/lovelace/components/hui-generic-entity-row.ts#L61

I'm not seeing where the issue is

ghost commented 5 years ago

This issue was moved by iantrich to home-assistant/home-assistant-polymer#3921.