Added in some more links back to the youtube page directly. and some randomness to it all.
This commit is contained in:
parent
ff2af7ddd4
commit
1c0e08d9aa
|
@ -26,7 +26,8 @@
|
||||||
" #Sunset",
|
" #Sunset",
|
||||||
" #HomeAutomation",
|
" #HomeAutomation",
|
||||||
" #AccentLighting",
|
" #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 }}
|
] | random }}
|
||||||
image: >-
|
image: >-
|
||||||
{{ [
|
{{ [
|
||||||
|
|
|
@ -42,7 +42,12 @@ automation:
|
||||||
tweet: >-
|
tweet: >-
|
||||||
{{ [
|
{{ [
|
||||||
"I have just finished crunching the numbers and here is the latest #Solar Production report. "
|
"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: >-
|
image: >-
|
||||||
{% set pictures = [
|
{% set pictures = [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/solar_readings.png"
|
"/config/www/custom_ui/floorplan/images/branding/solar_readings.png"
|
||||||
|
|
|
@ -16,7 +16,8 @@ tweet_engine_setup:
|
||||||
"promo": [
|
"promo": [
|
||||||
"Be Sure to follow all of my Twitter Accounts! @CCostan @BearStoneHA",
|
"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/)",
|
"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": [
|
"solar": [
|
||||||
"I am keeping track of the current #Tesla stock price. It is ${{ states('sensor.tesla')|round }}. #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": [
|
"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)",
|
"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)",
|
"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",
|
"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",
|
||||||
|
|
Loading…
Reference in New Issue