Closes #339 - Added a Crap ton of imaging into the twitter feed.

This commit is contained in:
ccostan
2018-03-17 00:56:57 -04:00
parent cb33e1237f
commit 92164a85d9
49 changed files with 106 additions and 53 deletions

View File

@@ -39,10 +39,14 @@
{%- endif %} The small Garage Door is open.
{% endif %}"
- service: script.tweet_engine
- service: script.tweet_engine_image
data_template:
tweet: >
{{ [
"Wind speed is {{ states('sensor.dark_sky_wind_speed')|round}} miles per hour. For safety, I'm going to close the @garadget doors.",
"Getting pretty windy! {{ states('sensor.dark_sky_wind_speed')|round}}MPH. Time to ask @Garadget to close the garage doors."
] | random + "(http://amzn.to/2jQLpVQ)"}}
image: >-
{{ [
"/config/www/custom_ui/floorplan/images/branding/windy.png"
] | random }}