More image Updates

This commit is contained in:
ccostan 2018-03-17 12:47:27 -04:00
parent 92164a85d9
commit f93012bcf8
7 changed files with 17 additions and 5 deletions

View File

@ -90,9 +90,9 @@ automation:
from: 'off' from: 'off'
action: action:
- service: script.tweet_engine - service: script.tweet_engine_image
data_template: data_template:
tweet: > tweet: >-
{{ [ {{ [
"The ISS is above me right now!", "The ISS is above me right now!",
"The International Space Station flys by once a day & that time is NOW! (For me)", "The International Space Station flys by once a day & that time is NOW! (For me)",
@ -101,7 +101,12 @@ automation:
"The #ISS just flew by and there are {{states.binary_sensor.iss.attributes.number_of_people_in_space}} people in", "The #ISS just flew by and there are {{states.binary_sensor.iss.attributes.number_of_people_in_space}} people in",
"The International Space Station Rocks! And it's above me RIGHT NOW!" "The International Space Station Rocks! And it's above me RIGHT NOW!"
] | random + " #Space"}} ] | random + " #Space"}}
image: >-
{{ [
"/config/www/custom_ui/floorplan/images/branding/space.png",
"/config/www/custom_ui/floorplan/images/branding/space2.png",
"/config/www/custom_ui/floorplan/images/branding/starman.png"
] | random }}
- alias: 'Full Moon -Tweet' - alias: 'Full Moon -Tweet'
trigger: trigger:
- platform: state - platform: state
@ -109,12 +114,19 @@ automation:
to: 'Full Moon' to: 'Full Moon'
action: action:
- delay: '{{ (range(1, 6)|random|int) }}:{{ (range(1, 50)|random|int) }}:00' - delay: '{{ (range(1, 6)|random|int) }}:{{ (range(1, 50)|random|int) }}:00'
- service: script.tweet_engine - service: script.tweet_engine_image
data_template: data_template:
tweet: > tweet: >-
{{ [ {{ [
"There is a Full Moon out tonight!", "There is a Full Moon out tonight!",
"Wish my solar panels picked up Moon rays. Full Moon out tonight.", "Wish my solar panels picked up Moon rays. Full Moon out tonight.",
"Turn down the lights, there is a Full Moon out tonight.", "Turn down the lights, there is a Full Moon out tonight.",
"Get out your telescopes, it'll be a Full Moon out tonight!" "Get out your telescopes, it'll be a Full Moon out tonight!"
] | random + "#Space"}} ] | random + "#Space"}}
image: >-
{{ [
"/config/www/custom_ui/floorplan/images/branding/moon.png",
"/config/www/custom_ui/floorplan/images/branding/moon2.png",
"/config/www/custom_ui/floorplan/images/branding/moon3.png",
"/config/www/custom_ui/floorplan/images/branding/starman.png"
] | random }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 KiB