Give the House more words.. it's addicting teaching it things.

This commit is contained in:
ccostan 2020-06-12 19:58:39 -04:00
parent acbbcd1ee3
commit 1b5ada7cd8
1 changed files with 8 additions and 3 deletions

View File

@ -30,15 +30,20 @@
{{- [
"Woohoo! ",
"BAM! ",
"Look at that! "
"Look at that! ",
" "
] | random -}}
{% 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 }}! 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() -%}
{{- [
" It is like Patch Tuesday, but without the fail. #homeassistant",
" Chop Chop! Get to the upgrading!",
" Get in my SSD! #homeassistant",
" Shut up and take my ones and zeros! #homeassistant",
" Seriously, you want some of this! #homeassistant",
@ -56,7 +61,7 @@
" 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!",
""
" "
] | random -}}
{%- endmacro -%}