Ability to add temporary extra info to briefings
This commit is contained in:
@ -77,6 +77,12 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% if is_state('input_boolean.briefing_extras','on') %}
|
||||
"And now we have the following extra information to pass along. {{ states('input_text.briefing_extras') }} "
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
"This briefing is a work in progress. Stay tuned in the coming days for more updates! "
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user