From b331f88795fc38d9f61a5f4c0dd3dcd45acabf1a Mon Sep 17 00:00:00 2001 From: ccostan Date: Fri, 9 Oct 2020 13:45:41 -0400 Subject: [PATCH] More Words for Tweets and Snark. --- config/packages/github.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/packages/github.yaml b/config/packages/github.yaml index de3cb519..88501efb 100755 --- a/config/packages/github.yaml +++ b/config/packages/github.yaml @@ -126,8 +126,8 @@ automation: {% endmacro %} {% macro getVersion() %} {{- [ - " New @Home_Assistant {{ states.binary_sensor.updater.attributes.newest_version }}! Cannot wait for @CCostan to install! (https://www.vcloudinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html) ", - " New @Home_Assistant {{ states.binary_sensor.updater.attributes.newest_version }} @CCostan! " + " New #Home_Assistant {{ states.binary_sensor.updater.attributes.newest_version }}! Cannot wait for @CCostan to install! (https://www.vcloudinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html) ", + " New #Home_Assistant {{ states.binary_sensor.updater.attributes.newest_version }} @CCostan! " ] | random -}} {% endmacro %} {%- macro getRandomSnark() -%} @@ -151,6 +151,10 @@ automation: " I feel like I have tweeted this a couple times before. WHAT ARE YOU WAITING FOR?!?", " I will be turning off the AC until I get my upgrade! #Florida", " I promise this is the last one!", + " Upgrade or I turn off the AC. #TryMe #Florida", + " The bits are sooo shiny!", + " This will be the GREATEST Upgrade EVER!", + " That New software smell is the best!", " " ] | random -}} {%- endmacro -%}