mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Minor Edit
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user