Add event entity to Feedreader (#33600)

This commit is contained in:
Michael 2024-07-07 21:44:52 +02:00 committed by GitHub
parent 94fba0a0a5
commit aa1b5ca90c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,14 @@
title: Feedreader title: Feedreader
description: Instructions on how to integrate RSS feeds into Home Assistant. description: Instructions on how to integrate RSS feeds into Home Assistant.
ha_category: ha_category:
- Event
- Other - Other
ha_release: 0.18 ha_release: 0.18
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
ha_domain: feedreader ha_domain: feedreader
ha_config_flow: true ha_config_flow: true
ha_platforms:
- event
ha_integration_type: integration ha_integration_type: integration
related: related:
- docs: /docs/configuration/ - 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. 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 ### 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. This video tutorial explains how to set up the feedreader and show the latest news feed item on your dashboard in Home Assistant.