Little comma fixes
This commit is contained in:
parent
4dd62c457b
commit
3208b7fc65
|
@ -32,5 +32,5 @@
|
|||
"/config/www/custom_ui/floorplan/images/branding/hat.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/rain.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/rain2.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/rain3.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/rain3.png"
|
||||
] | random }}
|
||||
|
|
|
@ -24,7 +24,8 @@
|
|||
] | random + "#HomeAutomation"}}
|
||||
image: >-
|
||||
{{ [
|
||||
"/config/www/custom_ui/floorplan/images/branding/sunrise.png"
|
||||
"/config/www/custom_ui/floorplan/images/branding/sunrise.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/sunrise2.png"
|
||||
] | random }}
|
||||
|
||||
- delay: '00:{{ (range(1, 55)|random|int) }}:00'
|
||||
|
|
|
@ -90,7 +90,7 @@ tweet_engine_setup:
|
|||
"/config/www/custom_ui/floorplan/images/branding/batteries.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/car.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/charge.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/charge.png"
|
||||
],
|
||||
|
||||
"robot": [
|
||||
|
@ -114,6 +114,7 @@ tweet_engine_setup:
|
|||
|
||||
"weather": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/windy.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/moon.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"
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 981 KiB |
Loading…
Reference in New Issue