Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot convert undefined or null to object #57

Open
Bluscream opened this issue Apr 14, 2024 · 0 comments
Open

Cannot convert undefined or null to object #57

Bluscream opened this issue Apr 14, 2024 · 0 comments

Comments

@Bluscream
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant