mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-03-26 14:19:34 +00:00
Minor Edit
This commit is contained in:
parent
55859dec9b
commit
5fb02ef2df
@ -80,39 +80,57 @@ tweet_engine_setup:
|
|||||||
{%- macro image(topic) -%}
|
{%- macro image(topic) -%}
|
||||||
{% set images = {
|
{% set images = {
|
||||||
"minecraft": [
|
"minecraft": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.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_ad3.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"solar": [
|
"solar": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.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_ad3.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"robot": [
|
"robot": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.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_ad3.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"door": [
|
"door": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.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_ad3.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"weather": [
|
"weather": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.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_ad3.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"internet": [
|
"internet": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.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_ad3.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"stocks": [
|
"stocks": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.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_ad3.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"night": [
|
"night": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.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_ad3.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"tv": [
|
"tv": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.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_ad3.png"
|
||||||
]
|
]
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user