diff --git a/source/_integrations/feedreader.markdown b/source/_integrations/feedreader.markdown index ad6216e31e0..c5fa88b6a1d 100644 --- a/source/_integrations/feedreader.markdown +++ b/source/_integrations/feedreader.markdown @@ -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 `` 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.