Removed variable that got lost and walked into the wrong macro...
This commit is contained in:
@ -208,7 +208,6 @@ Tony is currently streaming. The current stream category is {{ game }}. The curr
|
||||
{% set start = (state_attr('binary_sensor.tina_work_tomorrow','start_timestamp') | int) // 1000 %}
|
||||
{% set tmrw = (as_timestamp(states('sensor.date')) + 86400) | int %}
|
||||
{% set diff = (start - tmrw) %}
|
||||
{% set meds = tina_morning_meds('meds','text') %}
|
||||
{% if method == 'tts' %}
|
||||
{% if is_state('input_boolean.work_today','on') and tina in ['Bob Evans','BobEvans'] %}
|
||||
{{ [
|
||||
|
Reference in New Issue
Block a user