mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-26 12:06:50 +00:00
Add event entity to Feedreader (#33600)
This commit is contained in:
parent
94fba0a0a5
commit
aa1b5ca90c
@ -2,11 +2,14 @@
|
||||
title: Feedreader
|
||||
description: Instructions on how to integrate RSS feeds into Home Assistant.
|
||||
ha_category:
|
||||
- Event
|
||||
- Other
|
||||
ha_release: 0.18
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_domain: feedreader
|
||||
ha_config_flow: true
|
||||
ha_platforms:
|
||||
- event
|
||||
ha_integration_type: integration
|
||||
related:
|
||||
- docs: /docs/configuration/
|
||||
@ -55,6 +58,10 @@ automation:
|
||||
|
||||
Any field under the `<entry>` tag in the feed can be used for example `trigger.event.data.content` will get the body of the feed entry.
|
||||
|
||||
### Event
|
||||
|
||||
An event entity will be created for each configured feed which always represents the latest entry of the feed.
|
||||
|
||||
### Video tutorial
|
||||
This video tutorial explains how to set up the feedreader and show the latest news feed item on your dashboard in Home Assistant.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user