Having issues setting up my first card. I am using the list-card plugin and it seems to be working fine for txt and links but having issues with images. I donāt have a lot of CSS style experience and canāt work out how to resize my image. I am trying to set up a Netflix card like the example given below.
{{ state_attr(āsensor.feedparser_android_autoā, āAndroid Auto - Google Maps, Media & Messaging 4.4.5923 by Google LLCā)|regex_replace(find=ā- Google Maps, Media & Messaging ā, replace=āā, ignorecase=False)|regex_replace(find=ā by Google LLCā, replace=āā, ignorecase=False) }}
Warning: This is a breaking change for the https://github.com/custom-cards/list-card
I donāt have an expected date on when Iāll get around to fixing it. If youāre using the list-card, do not upgrade to 0.0.8 for now.
Preserve timezone information
Display entries in a list instead of an object for easier use in templates
Quick update - I have taken a look at trakt offering and the free version is very limited for what Iām after, but I came across a great post on Reddit which helped me sort out the image size issue I was having.
Lol glad I can help. It just so happens today is the first day I ever used either of these components. Glad I didnāt give up so easy and ignored the breaking changeā¦
Apologies in advance for silly questions but new to this type of coding and Iām a slow learner.
Not following, on the feed_attribute fix. Iām using the list-card plugin and can see it needs a string type but what do I put in there, could someone please add an example?
Thank iantrich, silly me, I did see that in the post but didnāt know that i had to add the whole line āfeed_attribute: entriesā added the entries bit and got it working again