Remove all Twitter instances since they went to a pay model.

This commit is contained in:
CCOSTAN
2023-10-21 18:39:19 +00:00
parent 668b8e3c87
commit 7954ee4c7c
27 changed files with 5 additions and 1519 deletions

View File

@@ -27,12 +27,3 @@ automation:
message: '{{trigger.event.data.title}}'
title: '{{trigger.event.data.link}}'
- service: script.tweet_engine_image
data:
tweet: '{{trigger.event.data.title}} - {{trigger.event.data.link}}'
image: >-
{% set pictures = [
"/config/www/custom_ui/floorplan/images/branding/BearStoneParty.png",
"/config/www/custom_ui/floorplan/images/branding/Chalk-Podcast.png"
] %}
{{ pictures|random }}