A Bunch of graphic changes | Additions
This commit is contained in:
parent
eb5d8f750e
commit
80a1ae503f
|
@ -33,7 +33,8 @@
|
||||||
"/config/www/custom_ui/floorplan/images/branding/light.png",
|
"/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/light2.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/light3.png",
|
"/config/www/custom_ui/floorplan/images/branding/light3.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/light4.png"
|
"/config/www/custom_ui/floorplan/images/branding/light4.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/landscape_light.png"
|
||||||
] | random }}
|
] | random }}
|
||||||
- delay: '00:{{ (range(1, 20)|random|int) }}:00'
|
- delay: '00:{{ (range(1, 20)|random|int) }}:00'
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
|
|
|
@ -80,5 +80,6 @@ automation:
|
||||||
image: >-
|
image: >-
|
||||||
{{ [
|
{{ [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/fitness.png",
|
"/config/www/custom_ui/floorplan/images/branding/fitness.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/fitness2.png"
|
"/config/www/custom_ui/floorplan/images/branding/fitness2.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/fitness3.png"
|
||||||
] | random }}
|
] | random }}
|
||||||
|
|
|
@ -41,6 +41,10 @@ automation:
|
||||||
data_template:
|
data_template:
|
||||||
homeassistant.components: "{{ states.input_select.log_level.state }}"
|
homeassistant.components: "{{ states.input_select.log_level.state }}"
|
||||||
|
|
||||||
- service: script.tweet_engine
|
- service: script.tweet_engine_image
|
||||||
data_template:
|
data_template:
|
||||||
tweet: "My logging level has just been set to {{ states.input_select.log_level.state }}"
|
tweet: "My logging level has just been set to {{ states.input_select.log_level.state }}"
|
||||||
|
image: >-
|
||||||
|
{{ [
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/keyboard.png"
|
||||||
|
] | random }}
|
||||||
|
|
|
@ -96,7 +96,10 @@ automation:
|
||||||
] | random }}
|
] | random }}
|
||||||
image: >-
|
image: >-
|
||||||
{{ [
|
{{ [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/sleeping.png"
|
"/config/www/custom_ui/floorplan/images/branding/sleeping.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/door.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/light4.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/landscape_light.png",
|
||||||
] | random }}
|
] | random }}
|
||||||
|
|
||||||
# Motion Sensing
|
# Motion Sensing
|
||||||
|
|
|
@ -92,7 +92,8 @@ tweet_engine_setup:
|
||||||
"robot": [
|
"robot": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/servers5.png",
|
"/config/www/custom_ui/floorplan/images/branding/servers5.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/servers4.png",
|
"/config/www/custom_ui/floorplan/images/branding/servers4.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/robot.png"
|
"/config/www/custom_ui/floorplan/images/branding/robot.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/keyboard.png",
|
||||||
],
|
],
|
||||||
|
|
||||||
"door": [
|
"door": [
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 521 KiB |
Binary file not shown.
After Width: | Height: | Size: 622 KiB |
Binary file not shown.
After Width: | Height: | Size: 690 KiB |
Loading…
Reference in New Issue