New Features
Added some more options to further customize the look organized by configuration tab.
If you use this card please consider starring it on GitHub! It really helps others find the card and gives me motivation ha!
Now onto the updates:
Look and Feel
adaptive_controlslets the control buttons grow or shrink with the space on the card.adaptive_text_targetsallows you to pick text blocks that grow or shrink with the space on the card.hide_active_entity_labelhides the label under the main card when chips are in the menu.idle_imagenow accepts Jinja when "Use URL or Path" is on
Artwork
media_artwork_overridesimage URL now accepts Jinja.
Config Example
adaptive_controls: true
adaptive_text_targets:
- menu
- action_chips
- details
media_artwork_overrides:
- image_url: "{{ states('sensor.bg_img_url') }}"
entity_id: media_player.bedroom
- image_url: "{{ states('sensor.bg_img_url') }}"
entity_id: media_player.bedroom_homepod_right
idle_image: "{{ states('sensor.bg_img_url') }}"
Other Things
- Card is now compatible with more themes.