mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 23:36:42 +00:00
Closes #339 - Added a Crap ton of imaging into the twitter feed.
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
from: 'above_horizon'
|
||||
|
||||
action:
|
||||
- service: script.tweet_engine
|
||||
- service: script.tweet_engine_image
|
||||
data_template:
|
||||
tweet: >
|
||||
tweet: >-
|
||||
{{ [
|
||||
"Right before sunset, I turn on the outdoor lights.",
|
||||
"Since it gets dark around sunset, I will turn on the landscaping lights.",
|
||||
@@ -28,6 +28,13 @@
|
||||
" #AccentLighting",
|
||||
" (http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)"
|
||||
] | random }}
|
||||
image: >-
|
||||
{{ [
|
||||
"/config/www/custom_ui/floorplan/images/branding/light.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/light2.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/light3.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/light4.png"
|
||||
] | random }}
|
||||
- delay: '00:{{ (range(1, 20)|random|int) }}:00'
|
||||
- service: script.speech_engine
|
||||
data:
|
||||
|
Reference in New Issue
Block a user