rbisschops / homeassistant

My current homeassistant configuration
MIT License
0 stars 0 forks source link

Add support for pictures to media_button_large. #21

Closed rbisschops closed 4 years ago

rbisschops commented 4 years ago

Add button support for entity_picture in media_button_large in the file ui-lovelace.yaml.

rbisschops commented 4 years ago

File: ui-lovelace.yaml decluttering_template: media_button_large Added lines:

      show_entity_picture: true
      entity_picture: /local/custom_media_icons/[[picture]]

after:

      icon: 'mdi:[[icon]]'`
rbisschops commented 4 years ago

File: mediaplayer.yaml Each custom:decluttering-card for media mode selection Added
- picture: xxxxx.png After - icon: television

rbisschops commented 4 years ago

Update tested an completed.