Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ add 5 Helper entities,3 are used in the select to work, the other 2 is just use

the last select is just used in the card to specify how you want the cover art to appear on the mini player card



` note changes to of options used in input_select.cover_art_option from previus versions `


Here is the code used to setup the 2 tamplate selects, this goes into your configuration file..
Expand Down Expand Up @@ -243,7 +242,7 @@ cards:
'icon': false
}
}
}}
}},
{%else%}
{{
{
Expand All @@ -256,7 +255,7 @@ cards:
'icon': not states('input_select.cover_art_option')=="none"
}
}
}}
}},

{% endif %}
{%- endfor %} ]
Expand Down