2018-01-02 00:00:45 +00:00
|
|
|
#-------------------------------------------
|
|
|
|
# RSS Podcast Alerting function Packages
|
|
|
|
# @CCOSTAN
|
|
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
|
|
#-------------------------------------------
|
|
|
|
|
|
|
|
#-------------------------------------------
|
|
|
|
feedreader:
|
|
|
|
urls:
|
2018-03-08 17:51:32 +00:00
|
|
|
- https://hasspodcast.io/feed/podcast #HA Podcast Feed
|
|
|
|
- https://us12.campaign-archive.com/feed?u=45cab4343ffdbeb9667c28a26&id=e01847e94f #This is CCOSTAN's Smart Home Blog feed
|
2020-05-03 22:12:24 +00:00
|
|
|
# - https://feeds.feedburner.com/RecentCommitsToBearStoneHA # - This is the Repo Commit feed.
|
2018-01-02 00:00:45 +00:00
|
|
|
#-------------------------------------------
|
|
|
|
|
|
|
|
automation:
|
|
|
|
- alias: Send notification of RSS feed title when updated
|
2020-07-20 18:33:03 +00:00
|
|
|
id: 7762ab96-f5c0-4846-a3a1-f0f3af82c275
|
2018-01-02 00:00:45 +00:00
|
|
|
trigger:
|
|
|
|
platform: event
|
|
|
|
event_type: feedreader
|
|
|
|
|
|
|
|
action:
|
2018-03-19 15:25:23 +00:00
|
|
|
|
2018-03-15 16:16:13 +00:00
|
|
|
- service: script.tweet_engine_image
|
2020-09-26 14:52:45 +00:00
|
|
|
data:
|
2018-03-09 21:58:36 +00:00
|
|
|
tweet: '{{trigger.event.data.title}} - {{trigger.event.data.link}}'
|
2018-03-15 16:16:13 +00:00
|
|
|
image: >-
|
|
|
|
{% set pictures = [
|
2018-03-16 05:13:25 +00:00
|
|
|
"/config/www/custom_ui/floorplan/images/branding/BearStoneParty.png",
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/Chalk-Podcast.png"
|
2018-03-15 16:16:13 +00:00
|
|
|
] %}
|
|
|
|
{{ pictures|random }}
|