From fb011ba0442ee00586f260cc4312d525bf147278 Mon Sep 17 00:00:00 2001 From: Smart Home Junkie <67226335+smarthomejunkie@users.noreply.github.com> Date: Mon, 22 May 2023 10:15:38 +0200 Subject: [PATCH] Added a video tutorial (#27473) --- source/_integrations/feedreader.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/feedreader.markdown b/source/_integrations/feedreader.markdown index dcc44b604d0..9052eaa6c05 100644 --- a/source/_integrations/feedreader.markdown +++ b/source/_integrations/feedreader.markdown @@ -89,6 +89,11 @@ 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. +### 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. + + + For more advanced use cases, a custom integration registering to the `feedreader` event type could be used instead: ```python