From 7732ddbbe26fabf6fae14ecfc6412df0d171d523 Mon Sep 17 00:00:00 2001 From: Isaac Breuer Date: Wed, 13 Dec 2023 17:12:22 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e3f309..0f6500e 100644 --- a/README.md +++ b/README.md @@ -38,7 +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 From bc93e316efbefccce2a049393339eb79cc23fdce Mon Sep 17 00:00:00 2001 From: Isaac Breuer Date: Wed, 13 Dec 2023 17:19:01 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f6500e..d5044ac 100644 --- a/README.md +++ b/README.md @@ -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 - +` 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.. From 417a3a04fc0f74355db6da5e69a7d076f2d98695 Mon Sep 17 00:00:00 2001 From: Isaac Breuer Date: Tue, 16 Jan 2024 23:14:48 -0500 Subject: [PATCH 3/3] Update README.md Added comma fix for multiple playing players in card --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5044ac..116688c 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ cards: 'icon': false } } - }} + }}, {%else%} {{ { @@ -255,7 +255,7 @@ cards: 'icon': not states('input_select.cover_art_option')=="none" } } - }} + }}, {% endif %} {%- endfor %} ]