mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-14 07:45:48 +00:00
Tweaking twitter content
This commit is contained in:
@@ -1,27 +1,39 @@
|
||||
>
|
||||
{# Twitter Promos #}
|
||||
{%- macro getRandomIntro() -%}
|
||||
{{- [
|
||||
"Do you want your house to be a #smarthome? ",
|
||||
"Your house can be a #smarthome too. ",
|
||||
"Transform your home into a #smarthome. ",
|
||||
"You get a #smarthome and you get a smarthome and you get a smarthome. ",
|
||||
"Looking to automate your house? ",
|
||||
"Want to get into Home Automation? "
|
||||
] | random -}}
|
||||
{%- endmacro -%}
|
||||
{%- macro getRandomLead() -%}
|
||||
{{- [
|
||||
"All you need is #home_assistant, and these config files ->",
|
||||
"Just grab @home_assistant and checkout ",
|
||||
"Just grab #home_assistant and for inspiration checkout ",
|
||||
"It is easy. Install #home_assistant, and add some config files like ",
|
||||
"You can't go wrong with #home_assistant. For an example of what you can do checkout "
|
||||
] | random -}}
|
||||
{%- endmacro -%}
|
||||
{%- macro getRandomPromo() -%}
|
||||
{{- [
|
||||
"Your house can be a #smarthome too. All you need is @home_assistant, and some config files. I suggest https://github.com/CCOSTAN/Home-AssistantConfig#logo cc: @ccostan ",
|
||||
"Your house can be a #smarthome too. All you need is @home_assistant, and some config files. I suggest https://github.com/skalavala/mysmarthome ",
|
||||
"Your house can be a #smarthome too. All you need is @home_assistant, and some config files. I suggest https://github.com/thejeffreystone/home-assistant-configuration cc: @thejeffreystone ",
|
||||
"Your house can be a #smarthome too. All you need is @home_assistant, and some config files. I suggest https://github.com/arsaboo/homeassistant-config ",
|
||||
"Your house can be a #smarthome too. All you need is @home_assistant, and some config files. I suggest https://github.com/Vasiley/Home-Assistant-Main ",
|
||||
"Your house can be a #smarthome too. All you need is @home_assistant, and some config files. I suggest https://github.com/JamesMcCarthy79/Home-Assistant-Config ",
|
||||
"Your house can be a #smarthome too. All you need is @home_assistant, and some config files. I suggest https://github.com/bruhautomation/BRUH3-Home-Assistant-Configuration cc: @BRUHautomation ",
|
||||
"Your house can be a #smarthome too. All you need is @home_assistant, and some config files. I suggest https://github.com/isabellaalstrom/home-assistant-config cc: @teachingbirds ",
|
||||
"Your house can be a #smarthome too. All you need is @home_assistant, and some config files. I suggest https://github.com/JuanMTech/Home_Assistant_files cc: @JuanMTech ",
|
||||
"Want to get YouTube Certified in Home Assistant? @ccostan has you covered. Subscribe at https://www.youtube.com/channel/UC301G8JJFzY0BZ_0lshpKpQ ",
|
||||
"Want to get YouTube Certified in Home Assistant? @thejeffreystone has you covered. Subscribe at https://www.youtube.com/channel/UCipZJ6748kd8TbelSxcvcVg ",
|
||||
"Want to get YouTube Certified in Home Assistant? @Dr_Zzs has you covered. Subscribe at https://www.youtube.com/channel/UC7G4tLa4Kt6A9e3hJ-HO8ng ",
|
||||
"Want to get YouTube Certified in Home Assistant? @JuanMTech has you covered. Subscribe at https://www.youtube.com/user/Jfelipe83M ",
|
||||
"Want to get YouTube Certified in Home Assistant? @bhautomation has you covered. Subscribe at https://www.youtube.com/channel/UCSKQutOXuNLvFetrKuwudpg ",
|
||||
"You can watch videos about how I came to be and all the cool things I'm learning to do at https://www.youtube.com/channel/UCipZJ6748kd8TbelSxcvcVg ",
|
||||
"Anchorage House's Automation was built under the guiding principles of The Three Laws of Home Automation -> https://github.com/thejeffreystone/home-assistant-configuration#anchorage-houses-three-laws-of-home-automation"
|
||||
"https://github.com/CCOSTAN/Home-AssistantConfig#logo cc: @ccostan ",
|
||||
"https://github.com/skalavala/mysmarthome ",
|
||||
"https://github.com/thejeffreystone/home-assistant-configuration cc: @thejeffreystone ",
|
||||
"https://github.com/arsaboo/homeassistant-config ",
|
||||
"https://github.com/Vasiley/Home-Assistant-Main ",
|
||||
"https://github.com/JamesMcCarthy79/Home-Assistant-Config ",
|
||||
"https://github.com/bruhautomation/BRUH3-Home-Assistant-Configuration cc: @BRUHautomation ",
|
||||
"https://github.com/isabellaalstrom/home-assistant-config cc: @teachingbirds ",
|
||||
"https://github.com/JuanMTech/Home_Assistant_files cc: @JuanMTech ",
|
||||
] | random -}}
|
||||
{%- endmacro -%}
|
||||
{%- macro getTags() -%}
|
||||
#homeassistant #youcandoit #promo #spreadtheword
|
||||
#homeassistant #youcandoit #spreadtheword #givingback
|
||||
{%- endmacro -%}
|
||||
|
||||
{# a macro that removes all newline characters, empty spaces, and returns formatted text #}
|
||||
@@ -32,6 +44,8 @@
|
||||
|
||||
{# a macro to call all macros :) #}
|
||||
{%- macro mother_of_all_macros() -%}
|
||||
{{ getRandomIntro() }}
|
||||
{{ getRandomLead() }}
|
||||
{{ getRandomPromo() }}
|
||||
{{ getTags() }}
|
||||
{%- endmacro -%}
|
||||
|
Reference in New Issue
Block a user