Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swipe-card inside config-template-card glitches #56

Open
ildar170975 opened this issue Sep 19, 2022 · 1 comment
Open

Swipe-card inside config-template-card glitches #56

ildar170975 opened this issue Sep 19, 2022 · 1 comment

Comments

@ildar170975
Copy link

ildar170975 commented Sep 19, 2022

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:
image

Also start_card option is ignored - the card No.3 is not set as an initial.

@satyambaba
Copy link

I am also facing the same issue, it ignores the start_card config and set it to the last card.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants