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

Is the layout-break... broken? #290

Open
4 tasks done
ostracizado opened this issue Jun 6, 2024 · 4 comments · May be fixed by #293
Open
4 tasks done

Is the layout-break... broken? #290

ostracizado opened this issue Jun 6, 2024 · 4 comments · May be fixed by #293

Comments

@ostracizado
Copy link

My Home Assistant version: 2024.6.0

After the Core's update, even on vertical-layout the layout-break-card doesn't have any effect.

Ex:

title: Bathroom
path: bathroom
icon: mdi:toilet
type: custom:vertical-layout
cards:
  - type: vertical-stack
    cards:
      - text: Bathroom Lights
        type: custom:text-divider-row
      - type: horizontal-stack
        cards:
          - square: false
            type: grid
            columns: 1
            cards:
              - type: entities
                entities:
                  - entity: switch.sonoff_bathrom_sonoff_bathroom_l1
                    name: Celling Light
                    icon: mdi:ceiling-light
                  - entity: switch.sonoff_bathrom_sonoff_bathroom_l2
                    name: Wall Lights
                    icon: mdi:lightbulb-multiple
                  - entity: switch.sonoff_bathrom_nightlight
                    name: Nightlight
                    icon: mdi:square-circle
  - type: entities
    entities:
      - entity: input_boolean.shower_timer
  - type: custom:layout-break
  - type: vertical-stack
    cards:
      - text: Dehumidifier
        type: custom:text-divider-row
      - type: horizontal-stack
        cards:
          - type: entities
            entities:
              - entity: sensor.dehumidifier_plug_current
              - entity: sensor.dehumidifier_plug_current_consumption
              - entity: switch.dehumidifier_plug
            state_color: true
  - type: custom:mini-media-player
    entity: media_player.bathroom_speaker
    source: icon
    artwork: cover-fit
    info: short
layout:
  width: 300
  max_cols: 10

layout


By putting an X in the boxes ([X]) below, I indicate that I:

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
  • Have made sure I am using the latest version of the plugin.
  • Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
  • Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
@hanshorstink
Copy link

The same view shows no breaks on my smaller laptop screen, but it does on a larger secondary screen I use.

@N3orun
Copy link

N3orun commented Jul 30, 2024

Came here to state the same. Had to move to horizontal layout for my fire wall panel, but that doesn't respect ordering as i want it to. Please advise. Thanks!

@mastria
Copy link

mastria commented Aug 1, 2024

Looks like a duplicate of #291, which looks like it got fixed.

@N3orun
Copy link

N3orun commented Aug 7, 2024

Looks like a duplicate of #291, which looks like it got fixed.

break isnt doing anything for me in vertical still.

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

Successfully merging a pull request may close this issue.

4 participants