Show RSS News feeds on your Dashboard in Home Assistant!

preview_player
Показать описание
What if you want to show the latest news items from your favorite websites in a list on your Home Assistant dashboard? With this tutorial, you can do that yourself! Let's do this!

⭐ You can download the code that I created for this video on: ⭐

Links referred to in this video:
* Some RSS feeds that you can use to test:

⭐⭐⭐
⭐⭐⭐

Music by:

00:00:00 Introduction
00:01:08 Installing the Feedreader Integration in Home Assistant
00:02:18 Install Studio Code Server in Home Assistant
00:02:53 Adding the RSS Feed Sensor
00:06:40 Filling the attributes
00:08:25 Building the Dashboard Card for your News Items
00:09:25 Create an Automation to speed up the retrieval of News Items
00:10:39 Outtakes

#homeassistant #tutorial #rss #newsfeed #dashboard #smarthome #homeautomation
Рекомендации по теме
Комментарии
Автор

NOTE: If you do not see the new sensor, please restart Home Assistant.

Here are some RSS feeds that you can use to test:

Please let me know what you think of this tutorial. And what tutorials I can create for you!

SmartHomeJunkie
Автор

Bedankt! Ik ben er volop mee aan het spelen...
De description toevoegen... De datum toevoegen... De volgorde omdraaien...
Het is weer een buitengewone service van je!
PS. Voor iedereen: Download de software zoals hij hier toegevoegd heeft. Voor de € 4, - die het je kost win je wel een hele boel tijd!

WilbertWilbers
Автор

Excellent primer on how to populate and use a custom template sensor 🥰
I have right away added this to my Home Assistant know-how favorites list 🙏

JakobVentzel
Автор

Works like a dream, thank you. Love your channel. Q: what would be best way to have scrolling enabled, say I had 20 feed items and wanted the card to show only 5? Keep up the good work. Best

richardmaciver
Автор

Really interesting - One reason for having a dashboard

WrongWordsOnporpoise
Автор

Hello
Thanks for this, another great tutorial, is it possible to extend this and allow Home Assistant Voice integration to read these headlines, it just response with the date the feed was updated.

starfishID
Автор

I noticed that you have Template for Epic Games free games. Is it only time based calendar or is it some deeper integration? I don't think I've seen a video on that yet :)

adfjasjhf
Автор

Hi!

Thank you for another great tutorial, as always.
Just a quick note: there seems to be a small error in the YAML code available for download/purchase.


state: >
{{ now() }}
attributes:
{% if (event_title not in rss_titles) and (event_link not in rss_links) %}
{% set rss_titles = [event_title] + rss_titles %}
{% endif %}
{{ rss_titles[:5] }}

It’s missing the line:

titles: >
under attributes.

Otherwise, everything looks great! :)

eivindkvandal
Автор

with testing, I can see the feed items come in when checking events in dev tools but I cant get the attributes to show when checking the state. I'm using BBC RSS which updates often and I see there have been new items, but nothing has been saved into the sensor

livinagoodlife
Автор

Thx. I bought the code from you and it works :) Any tips, how link would open in pop up window? I have browser Mod.

something like this maby, but this didn't work at all:
<ul>
{% for i in range(titles | length) %}
<li><h3><a href="#" onclick="window.fireEvent('browser_mod.popup', { 'content': { 'type': 'markdown', 'content': '<a href={{links[i]}} }, 'title': '{{titles[i]}}'
{% endfor %}
</ul>

sarihonkala
welcome to shbcf.ru