From 1c0e08d9aad710e9485393df10ab2ab8bb883400 Mon Sep 17 00:00:00 2001 From: ccostan Date: Mon, 1 Oct 2018 16:19:14 -0400 Subject: [PATCH] Added in some more links back to the youtube page directly. and some randomness to it all. --- config/automation/Timed_Triggers/sunset_turn_on.yaml | 3 ++- config/packages/grafana.yaml | 7 ++++++- config/script/tweet.yaml | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/config/automation/Timed_Triggers/sunset_turn_on.yaml b/config/automation/Timed_Triggers/sunset_turn_on.yaml index 01d227f8..d7249f2b 100755 --- a/config/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/config/automation/Timed_Triggers/sunset_turn_on.yaml @@ -26,7 +26,8 @@ " #Sunset", " #HomeAutomation", " #AccentLighting", - " (http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)" + " (http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)", + " (https://youtu.be/FcBVu_yk2iY)" ] | random }} image: >- {{ [ diff --git a/config/packages/grafana.yaml b/config/packages/grafana.yaml index 34f489be..13506b0e 100755 --- a/config/packages/grafana.yaml +++ b/config/packages/grafana.yaml @@ -42,7 +42,12 @@ automation: tweet: >- {{ [ "I have just finished crunching the numbers and here is the latest #Solar Production report. " - ] | random + " #Charts #Tesla (https://www.vcloudinfo.com/2018/01/going-green-to-save-some-green-in-2018.html)" }} + ] | random + " #Charts #Tesla " + + [ + "(https://youtu.be/BartadUzGOA)", + "(https://www.vcloudinfo.com/2018/01/going-green-to-save-some-green-in-2018.html)" + ]| random + }} image: >- {% set pictures = [ "/config/www/custom_ui/floorplan/images/branding/solar_readings.png" diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index c5efe7a3..91522ab9 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -16,7 +16,8 @@ tweet_engine_setup: "promo": [ "Be Sure to follow all of my Twitter Accounts! @CCostan @BearStoneHA", "Be sure to like me on Facebook and join our HA group! (https://www.facebook.com/groups/HomeAssistant/) (https://www.facebook.com/VMwareInfo/) (https://www.facebook.com/BearStoneHA/)", - "You can see how ALL of this is done by browsing my GitHub Repository (https://github.com/CCOSTAN/Home-AssistantConfig#logo)" + "You can see how ALL of this is done by browsing my GitHub Repository (https://github.com/CCOSTAN/Home-AssistantConfig#logo)", + "If you aren't subscribed to our YouTube channel, you are missing out on the goodies! (https://youtube.com/vCloudInfo)" ], "solar": [ "I am keeping track of the current #Tesla stock price. It is ${{ states('sensor.tesla')|round }}. #Solar", @@ -62,7 +63,7 @@ tweet_engine_setup: ], "weather": [ - "The #Landscaping lights where on for about {{ states.sensor.landscaping_light_time.attributes.value }} yesterday.", + "The #Landscaping lights where on for about {{ states.sensor.landscaping_light_time.attributes.value }} yesterday. (https://youtu.be/FcBVu_yk2iY)", "I keep the average humidity of the house at {{ states('sensor.downstairs_thermostat_humidity') }} percent. Outside is {{ states('sensor.dark_sky_humidity') }} #Nest (https://github.com/CCOSTAN/Home-AssistantConfig#nest)", "Outside is {{ states('sensor.dark_sky_temperature') }}. I keep the average inside temperature at {{ states('sensor.downstairs_thermostat_temperature') }}. #Weather (https://github.com/CCOSTAN/Home-AssistantConfig#nest)", "I know that it will be {{ states('sensor.dark_sky_minutely_summary') }} So I will adjust the Heating/Cooling, irrigation and lighting accordingly. #Nest #Rachio #Hue",