Skip to content

📰 RSS feed custom component for Home Assistant

License

Notifications You must be signed in to change notification settings

mar-schmidt/sensor.feedparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

sensor.feedparser

RSS feed custom component for Home Assistant

To get started put /custom_components/feedparser/sensor.py here: <config directory>/custom_components/feedparser/sensor.py

Example configuration.yaml:

sensor:
  platform: feedparser
  name: Engineering Feed
  feed_url: 'https://www.sciencedaily.com/rss/matter_energy/engineering.xml'

Configuration variables:

key description
platform (Required) The platform name
name (Required) Name your feed
feed_url (Required) The RSS feed URL

Due to how custom_components are loaded, it is normal to see a ModuleNotFoundError error on first boot after adding this, to resolve it, restart Home-Assistant.

About

📰 RSS feed custom component for Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%