Release 0.18 blog post
This commit is contained in:
parent
09527857df
commit
70bd3f4890
15 changed files with 212 additions and 20 deletions
22
source/_components/feedreader.markdown
Normal file
22
source/_components/feedreader.markdown
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
layout: page
|
||||
title: Feedreader
|
||||
description: "Instructions how to integrate RSS feeds into Home Assistant."
|
||||
date: 2016-04-18 22:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: rss.gif
|
||||
ha_category: Thermostat
|
||||
---
|
||||
|
||||
Add an RSS/Atom feed reader that polls feeds every hour and sends new entries into the event bus
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
feedreader:
|
||||
urls:
|
||||
- https://home-assistant.io/atom.xml
|
||||
- https://github.com/blog.atom
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue