Updated the templates used for speech and twitter notifications

This commit is contained in:
Jeffrey Stone
2019-07-11 07:18:09 -04:00
parent d845857c94
commit 68654b5d2a
14 changed files with 627 additions and 87 deletions

View File

@@ -7,7 +7,7 @@
] | random -}}
{% endmacro %}
{% macro getVersion() %}
#homeassistant version {{ states.sensor.current_ha_version.state }} is out.
@home_assistant version {{ states.sensor.current_ha_version.state }} is out.
{% endmacro %}
{%- macro getRandomSnark() -%}
{{- [
@@ -15,7 +15,7 @@
" Get in my SD Card! #homeassistant",
" Shut up and take my ones and zeros! #homeassistant",
" Seriously, you want some of this! #homeassistant",
" Friends dont let friends update #homeassistant without reading breaking changes. ",
" Friends dont let friends update @home_assistant without reading breaking changes. ",
" If you are not running #homeassistant now is the best time to get started. Visit https://www.home-assistant.io"
] | random -}}
{%- endmacro -%}