list-card icon indicating copy to clipboard operation
list-card copied to clipboard

Cannot convert undefined or null to object

Open Bluscream opened this issue 2 months ago • 0 comments

Feed:

# feedreader:
#   urls:
#     - https://www.home-assistant.io/atom.xml
#     - https://merkurist.de/mainz/Newsfeed

sensor:
  platform: feedparser
  name: Merkurist Mainz
  feed_url: "https://merkurist.de/mainz/Newsfeed"
  date_format:
    "%a, %d %b %Y %H:%M:%S %Z"
    # Sun, 14 Apr 2024 17:29:38 GMT
  scan_interval:
    hours: 1
  inclusions:
    - title
    - link
    - description
    - image
    - pubDate
  # exclusions:
  #   - language

Error / Card

type: custom:list-card
entity: sensor.merkurist_mainz
title: Merkurist
feed_attribute: Entries
columns:
  - title: ''
    type: image
    add_link: link
    field: image
  - title: Title
    field: title
    style:
      - white-space: nowrap

Bluscream avatar Apr 14 '24 21:04 Bluscream