swipe-card
swipe-card copied to clipboard
Swipe-card inside config-template-card glitches
If swipe-card
is placed inside a config-template-card
some glitches are observed:
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.
I am also facing the same issue, it ignores the start_card config and set it to the last card.