Open
Description
I have been messing around with my lovelace and I can't get it to work
Here is what the card looks like:
Here is my yaml for that card
type: 'custom:list-card'
entity: sensor.news
title: News feed
feed_attribute: entries
columns:
- title: ''
type: image
add_link: link
field: image
- title: Title
field: title
style:
- white-space: nowrap
- title: Description
field: description
Here is my config for feedparser:
sensor:
- platform: feedparser
name: news
feed_url: 'http://rss.cnn.com/rss/cnn_topstories.rss'
date_format: '%a, %b %d %I:%M %p'
inclusions:
- title
- link
- description
- image
- language
- pubDate
Metadata
Metadata
Assignees
Labels
No labels