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

@@ -1,30 +0,0 @@
###################################
## Self Healing Section -
## Home Assistant runs on my [Raspberry Pi 3](https://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](https://amzn.to/2eAiAP0).
###################################
- alias: Heal Components Nightly
id: fb8154d4-52b9-4cf1-9cd3-c9c3cf059992
mode: single
trigger:
platform: time
at: '2:31:00'
action:
- service: script.tweet_engine_image
data:
tweet: >-
{{ [
"2:30am, Time to restart the #Amazon Alarm Panels for a fresh start in the morning. (https://www.vcloudinfo.com/2017/08/project-update-visualization-of-home.html)",
"Restarting the #Amazon Fire Tablets nightly to clear memory issues or any other bugs (https://www.vcloudinfo.com/2017/07/visualizing-smart-home-using-home.html)",
"Nightly #Z-WAVE Self heals keep all the gear in check! (https://github.com/CCOSTAN/Home-AssistantConfig#hubs)",
"Every night at 2:31am, I do my self-heal and rebuild the #ZWAVE network.",
"Without my Nightly #ZWave Self Heal, things get a little whackado.",
"Always working thanks to #homeassistant. Things are quiet, lets kick off a #ZWAVE heal.",
"We have come to the end of our broadcast day. Oh, who am I kidding. I will be up all night watching over the House."
] | random + " #SelfHeal "}}
image: >-
{{ [
"/config/www/custom_ui/floorplan/images/branding/dummie_book.png"
] | random }}

View File

@@ -17,19 +17,3 @@
who: 'carlo'
apns_id: 'information'
- service: script.tweet_engine_image
data:
tweet: >
{{ [
"Seriously, I am a Smart Home. I am logging your hack attempt.",
"If you do not know the password, you get locked out and IP banned.",
"Three Strikes and you are OUT! IP Banned.",
"Live tweeting a bad login, right before I ban that IP address FOREVER."
] | random + "#Security"}}
image: >-
{{ [
"/config/www/custom_ui/floorplan/images/branding/security_lock.png",
"/config/www/custom_ui/floorplan/images/branding/locked_out.png",
"/config/www/custom_ui/floorplan/images/branding/A_GRADE.png"
] | random }}

View File

@@ -21,11 +21,4 @@
who: 'carlo'
apns_id: 'ip-change'
- service: script.tweet_engine_no_image
data:
tweet: >
{{ [
"That's weird. Looks like my IP address changed. @CCostan, please check it out.",
"Time to update @GoDaddy @CCostan. Looks like my IP address changed."
] | random + " #HomeAutomation"}}
##############################################################################