Open ildar170975 opened 2 years ago
If swipe-card is placed inside a config-template-card some glitches are observed:
swipe-card
config-template-card
type: custom:config-template-card entities: - sun.sun card: type: custom:swipe-card start_card: 3 cards: - type: entities entities: - sun.sun - type: entities entities: - sun.sun - sun.sun - type: entities entities: - sun.sun - sun.sun - sun.sun - type: entities entities: - sun.sun - sun.sun - sun.sun - sun.sun
A glitch is displayed on the right side:
Also start_card option is ignored - the card No.3 is not set as an initial.
start_card
I am also facing the same issue, it ignores the start_card config and set it to the last card.
If
swipe-card
is placed inside aconfig-template-card
some glitches are observed:A glitch is displayed on the right side:
Also
start_card
option is ignored - the card No.3 is not set as an initial.