mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-07-13 02:37:32 +00:00
Update some more image tweets.
This commit is contained in:
parent
0c566fc28c
commit
eab420e27e
@ -15,10 +15,16 @@
|
|||||||
value2: "{{ states('updater.updater') }}"
|
value2: "{{ states('updater.updater') }}"
|
||||||
who: 'carlo'
|
who: 'carlo'
|
||||||
|
|
||||||
- service: script.tweet_engine
|
- service: script.tweet_engine_image
|
||||||
data:
|
data_template:
|
||||||
tweet: "New version of @Home_Assistant! Cannot wait for @CCostan to install it! - {{ states('updater.updater') }} (http://www.vmwareinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)"
|
tweet: "New version of @Home_Assistant! Cannot wait for @CCostan to install it! - {{ states('updater.updater') }} (http://www.vmwareinfo.com/2017/07/my-smart-home-look-at-parts-that-make.html)"
|
||||||
|
image: >-
|
||||||
|
{{ [
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad4.png"
|
||||||
|
] | random }}
|
||||||
|
|
||||||
- service: notify.html5
|
- service: notify.html5
|
||||||
data_template:
|
data_template:
|
||||||
|
@ -218,7 +218,8 @@ automation:
|
|||||||
{% set pictures = [
|
{% set pictures = [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png"
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad4.png"
|
||||||
] %}
|
] %}
|
||||||
{{ pictures|random }}
|
{{ pictures|random }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user