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

[Bug]: Boarders with Vertical stacks #1008

Closed
2 tasks done
tofrie opened this issue Feb 4, 2023 · 4 comments
Closed
2 tasks done

[Bug]: Boarders with Vertical stacks #1008

tofrie opened this issue Feb 4, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@tofrie
Copy link

tofrie commented Feb 4, 2023

Requirements

  • I have updated Mushroom to the latest available version
  • I did a search to see if there is a similar issue or if a pull request is open.

Current Behavior

I used vertical stacks and got a boarder in it.

Expected Behavior

There should be no boarder.

Steps To Reproduce

No response

Context

YAML state

Environment

- Browser: Safari 
- HA Version: latest
- Mushroom:

Anything else?

No response

@tofrie tofrie added the bug Something isn't working label Feb 4, 2023
@tofrie
Copy link
Author

tofrie commented Feb 4, 2023

9ECF0828-58AE-4976-897B-5E8B8076EC07

@tofrie
Copy link
Author

tofrie commented Feb 4, 2023

type: custom:vertical-stack-in-card
title: Kamin
cards:
  - type: custom:mushroom-fan-card
    entity: fan.burn_level_living_room
    icon_animation: false
    collapsible_controls: true
    show_percentage_control: true
    show_oscillate_control: false
    name: Level
    primary_info: state
    secondary_info: name
  - type: custom:mushroom-entity-card
    entity: sensor.phase_living_room
    name: Phase
    icon: mdi:fire
    primary_info: state
    secondary_info: name
  - type: conditional
    conditions:
      - entity: sensor.time_to_new_fire_wood_living_room
        state_not: '0:00:00'
    card:
      type: custom:mushroom-entity-card
      entity: sensor.time_to_new_fire_wood_living_room
      name: Zeit zum Nachlegen
      icon: mdi:clock-outline
      primary_info: state
      secondary_info: name
  - type: conditional
    conditions:
      - entity: sensor.time_to_new_fire_wood_living_room
        state: '0:00:00'
    card:
      type: custom:mushroom-template-card
      primary: Jetzt!
      secondary: Zeit zum Nachlegen
      icon: mdi:bell-ring-outline
      tap_action:
        action: none
      hold_action:
        action: none
      double_tap_action:
        action: none
      icon_color: yellow

@piitaya
Copy link
Owner

piitaya commented Feb 5, 2023

Hello 🙂
It's a vertical-stack-in-card issue. You can find more info here : ofekashery/vertical-stack-in-card#138

@piitaya piitaya closed this as not planned Won't fix, can't repro, duplicate, stale Feb 5, 2023
@tofrie
Copy link
Author

tofrie commented Feb 5, 2023

Thank you 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants