mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Minor changes
This commit is contained in:
parent
a4b8940a40
commit
11a609f5bb
@ -11,7 +11,9 @@ logo: rss.gif
|
|||||||
ha_category: Thermostat
|
ha_category: Thermostat
|
||||||
---
|
---
|
||||||
|
|
||||||
Add an RSS/Atom feed reader that polls feeds every hour and sends new entries into the event bus
|
Add an RSS/Atom feed reader that polls feeds every hour and sends new entries into the event bus.
|
||||||
|
|
||||||
|
To use RSS feeds in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -20,3 +22,7 @@ feedreader:
|
|||||||
- https://home-assistant.io/atom.xml
|
- https://home-assistant.io/atom.xml
|
||||||
- https://github.com/blog.atom
|
- https://github.com/blog.atom
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **urls** (*Required*): List of URLS for your feeds.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user