Feedreader
添加一个 RSS/Atom 订阅读取器,每小时轮询一次订阅源,并将新条目发送到事件总线。
配置
此集成可通过 UI 配置。前往 设置 > 设备与服务 添加。
Options
To define options for Feedreader, follow these steps:
-
In Home Assistant, go to Settings > Devices & services.
-
If multiple instances of Feedreader are configured, choose the instance you want to configure.
-
On the card, select the cogwheel
. - If the card does not have a cogwheel, the integration does not support options for this device.

-
Edit the options, then select Submit to save the changes.
用法
自动化
Feedreader 事件可以直接用于触发自动化动作,例如:
trigger.event.data 变量至少包含以下键,具体还可能包含更多内容,这取决于已配置订阅源实际提供的数据。
事件实体
系统会为每个已配置的订阅源创建一个 Event entity 实体,该实体始终表示该订阅源中的最新条目。
视频教程
这段视频教程介绍了如何设置 feedreader,并在 Home Assistant 的仪表板中显示新闻订阅条目列表。
事件监听器
对于更高级的用法,也可以使用一个自定义集成来注册并监听 feedreader 事件类型,例如:
若要开始开发自定义集成,请参阅 developers 文档。
其他示例
如果您想要一个可直接使用的完整 Feedreader 打包示例,可以参考 PodCast notifier。
移除集成
To remove an integration instance from Home Assistant
- Go to Settings > Devices & services and select the integration card.
- From the list of devices, select the integration instance you want to remove.
- Next to the entry, select the three-dot
menu. Then, select Delete.

