-
Notifications
You must be signed in to change notification settings - Fork 33
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
showrss compatibility? #24
Comments
Works for me. Using the following config - date_format: '%a, %d %b %Y %H:%M:%S UTC%z'
exclusions: []
feed_url: https://showrss.info/show/1103.rss
inclusions:
- image
- title
- link
- published
local_time: false
name: showrss_sex_education
platform: feedparser
scan_interval:
seconds: 3600
show_topn: 9999 |
@gurkburk76 Do you still face the issue? |
Hi, I think I have the same problem. My code is:
When I go to Deweloptools and search for entity: rss_dn nothing will come up... Please give me some help. |
@hjallex I forgot to mention that I tested it with the Could you please try installing the |
I have successfully used the config that you posted and feedparser 0.2.0b2 correctly populates the data to the sensor. sensor:
- platform: feedparser
name: RSS_DN
feed_url: 'http://www.dn.se/nyheter/m/rss/'
date_format: '%a, %d %b %Y %H:%M:%S %Z'
scan_interval:
hours: 3
inclusions:
- title
- link
- description
- image
- pubDate
exclusions:
- language
- platform: feedparser
name: Engineering Feed
feed_url: 'https://www.sciencedaily.com/rss/matter_energy/engineering.xml'
date_format: '%a, %d %b %Y %H:%M:%S %Z'
scan_interval:
hours: 3
inclusions:
- title
- link
- description
- image
- pubDate
exclusions:
- language I am looking at the screenshot of If you have troubles with configuration Note: I would recommend you use |
Hi, now it sems to be working perfect! `sensor:
` |
To add to the ShowRSS question: How can I add the fields with a colon in the name (like From the example RSS feed given: Just putting a |
Not sure if it's showrss fault or this plugin, but when i use it to get stuff from there it won't show in home assistant.
Any way to get around this or make it compatible ?
showrss.info
The text was updated successfully, but these errors were encountered: