mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Fixed #646 issues. Misplaced apostaphes of course.
This commit is contained in:
@@ -231,7 +231,7 @@ tweet_engine_setup:
|
||||
{%- endmacro -%}
|
||||
|
||||
{% if pick == "joke" -%}
|
||||
{{ "\"/config/www/custom_ui/floorplan/images/branding/jokes/Tweet_" ~ range(1, 72) | random ~ ".png\"" }}
|
||||
{{ "/config/www/custom_ui/floorplan/images/branding/jokes/Tweet_" ~ range(1, 72) | random ~ ".png" }}
|
||||
{%- else -%}
|
||||
{{ image(pick) }}
|
||||
{%- endif -%}
|
||||
|
Reference in New Issue
Block a user