More and more self promotion. #352
This commit is contained in:
parent
ea3c33c9d6
commit
74634e8e24
|
@ -316,6 +316,7 @@ automation:
|
|||
"stocks", "stocks", "stocks", "stocks",
|
||||
"night", "night",
|
||||
"tv", "tv", "tv",
|
||||
"throwback"
|
||||
"throwback",
|
||||
"promo"
|
||||
] %}
|
||||
{{ pick|random }}
|
||||
|
|
|
@ -16,6 +16,11 @@ tweet_engine_setup:
|
|||
"minecraft": [
|
||||
"There are no more #Minecraft users online at the momemt. You can blame #Fortnite for that. #KidStat"
|
||||
],
|
||||
"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)"
|
||||
],
|
||||
"solar": [
|
||||
"I am keeping track of the current #Tesla stock price. It is ${{ states('sensor.tesla')|round }}. #Solar",
|
||||
"The #ChevyBolt was charged for about {{ states.sensor.bolt_charging_time.attributes.value|replace('m', '') }} minutes in the last 7 days.",
|
||||
|
@ -116,7 +121,12 @@ tweet_engine_setup:
|
|||
"/config/www/custom_ui/floorplan/images/branding/solar.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/solar2.png"
|
||||
],
|
||||
|
||||
"promo": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad4.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png"
|
||||
],
|
||||
"robot": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/servers5.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/servers4.png",
|
||||
|
@ -126,7 +136,6 @@ tweet_engine_setup:
|
|||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png"
|
||||
|
||||
],
|
||||
|
||||
"door": [
|
||||
|
|
Loading…
Reference in New Issue