You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: {% raw %}"New Podcast available - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}"{% endraw %}
56
+
notification_id: {% raw %}"{{ trigger.event.data.title }}"{% endraw %}
57
57
```
58
58
59
-
*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.
59
+
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.
60
60
61
61
For more advanced use cases, a custom component registering to the `feedreader` event type could be used instead:
62
-
For a drop in packaged complete example of Feedreader, you can use the [PodCast notifier](https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/hasspodcast.yaml).
63
62
64
63
```python
65
64
EVENT_FEEDREADER = "feedreader"
66
65
hass.bus.listen(EVENT_FEEDREADER, event_listener)
67
66
```
68
67
69
68
To get started developing custom components, please refer to the [developers](/developers) documentation
69
+
70
+
For a drop in packaged complete example of Feedreader, you can use the [PodCast notifier](https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/packages/hasspodcast.yaml).
0 commit comments