Lovelace: Swiper card

What does skip_tabs setting do? What tabs would we skip? If we have to configure the card?

Hello,
i got 2 cards is there a way to create an automation, where i can swipe at the afternoon to card 2?

i found a way to get the right page for different times of day with:
{% if 1 <= as_timestamp(states(‘sensor.date_time_iso’)) | timestamp_custom(‘%H’) | int <= 12 %}
1
{% elif 12 <= as_timestamp(states(‘sensor.date_time_iso’)) | timestamp_custom(‘%H’) | int <= 18 %}
2
{% elif 18 <= as_timestamp(states(‘sensor.date_time_iso’)) | timestamp_custom(‘%H’) | int <= 23 %}
3
{% endif %}

how can i use this output with start_card ?
start_card: {% if 1 <= as_timestamp(states(‘sensor.date_time_iso’)) | timestamp_custom(‘%H’) | int <= 12 %} 1 {% elif 12 <= as_timestamp(states(‘sensor.date_time_iso’)) | timestamp_custom(‘%H’) | int <= 18 %} 2 {% elif 18 <= as_timestamp(states(‘sensor.date_time_iso’)) | timestamp_custom(‘%H’) | int <= 23 %} 3 {% endif %}

isn’t working

i create a template but how can i use this with start_card: ?

start_card: {{states(‘sensor.swipe_card_time_of_day’)}}

isnt working :frowning: it shows

  • type: custom:swipe-card
    start_card:
    ‘[object Object]’: null