You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to find where i need to put this code. Could you point me in the right direction?
{%- for state in states -%}
{%- if (state.entity_id.startswith('sensor.toogoodtogo_'))-%}
{{state.entity_id}},
{%- endif -%}
{%- endfor -%}
The text was updated successfully, but these errors were encountered:
I can't seem to find where i need to put this code. Could you point me in the right direction?
{%- for state in states -%}
{%- if (state.entity_id.startswith('sensor.toogoodtogo_'))-%}
{{state.entity_id}},
{%- endif -%}
{%- endfor -%}
The text was updated successfully, but these errors were encountered: