home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.83k stars 28.94k forks source link

Resize Cards not available #121131

Closed Silther closed 3 days ago

Silther commented 4 days ago

The problem

After updating to 2024.7 I wanted to test the new resizing feature but it seems to be missing.

image

What version of Home Assistant Core has the issue?

core-2024.7.0

What was the last working version of Home Assistant Core?

core-2024.6.4

What type of installation are you running?

Home Assistant Core

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

type: custom:vertical-stack-in-card
cards:
  - type: custom:mushroom-light-card
    name: Office
    hold_action:
      action: call-service
      service: light.toggle
      target:
        entity_id: light.ceiling_lamp_f3_of
    tap_action:
      action: navigate
      navigation_path: /mobile-dashboard/office
    icon: mdi:desk
    fill_container: false
    use_light_color: true
    show_brightness_control: false
    show_color_temp_control: false
    collapsible_controls: false
    entity: light.room_f3_of
  - type: custom:mini-graph-card
    entities:
      - entity: sensor.dyson_pure_cool_link_temperature
    font_size_header: 10
    font_size: 45
    hour24: true
    points_per_hour: 2
    animate: true
    height: 140
    line_width: 3
    hours_to_show: 48
    show:
      icon: false
      name: false
      state: false
      labels: true
      points: false
    color_thresholds:
      - value: 29
        color: '#e73232'
      - value: 25
        color: '#e78032'
      - value: 22
        color: '#e7bd32'
      - value: 18
        color: '#32e7a7'
      - value: 14
        color: '#0273a6'
    state_map:
      - value: 29
        label: hot
      - value: 25
        label: warm
      - value: 22
        label: normal
      - value: 18
        label: cool
      - value: 14
        label: cold

Anything in the logs that might be useful for us?

No response

Additional information

No response

Silther commented 4 days ago

I tried it with almost all other cards and cannot find it.

sparkydave1981 commented 4 days ago

Refreshed browser cache?

It's only available for card that support UI config, not ones that are limited to YAML and only when using the Sections dashboard. Have you tried a core card?

vihor3 commented 4 days ago

I also have the same problem, and the function of dragging and adjusting the card is also unavailable

mundl62 commented 4 days ago

habe auch das selbe Problem

sparkydave1981 commented 4 days ago

You should be able to drag the sliders to adjust the grid but you can't drag in the grid area, that's only single click to modify.

Idanit commented 4 days ago

Same here

silamon commented 4 days ago

If you have the same problem, but don't have anything to add, just give a "thumb up" to the first post in this issue.

It would be at least required to mention the type of card you're trying it on. Also note, that's it not yet supported on each card, only the cards that are supported as core card listed here: https://www.home-assistant.io/dashboards/cards/#card-categories.

ChristophCaina commented 4 days ago

the new "LAYOUT" option is only available on the new, experimental "sections" Dashboard. If you have such a Dashboard active, and don't see the Layout tab in your Card editor, you need to clear your Browser-Cache.

Then, it should be available.

Please also note: There are several cards, mostly custom-cards, that do not fully support this feature (yet)... and resizing them might result in an unexpected look for such cards.

Silther commented 4 days ago

It looks like the update was not fully completed. After I restarted not only Home Assistant but also the Rasberry Pi it's running on the Layout tab suddenly appeared. (Before that I restared only home assistant two times without a change.)

joe0269 commented 4 days ago

ok STRG-F5 was helpful , after that was the layout-tab online

Idanit commented 4 days ago

Restarting HAOS VM in Proxmox did not help. Neither does F5 and neither does CTRL-F5. Same problem on Android App. Tile card, Thermostat card, Map card, Entity card... It doesn't matter whether I add a new card or edit an existing one.

ehtron commented 4 days ago

Hi :) here the same, climate card to size wrong after update.

pic before and after update grafik

grafik

Marty56 commented 4 days ago

Not working both on chrome and safari.

mundl62 commented 3 days ago

Nach wie vor das selbe Problem. Soeben neues Update eingespielt core-2024.7.1 - hat sich nichts geändert! Keine Größenänderungsfunktion!!!

joostlek commented 3 days ago

Please open issues for this on the frontend issue tracker. Please don't forget to fill in the PR template.

Marty56 commented 3 days ago

it is working only if the card is a section card.

mundl62 commented 2 days ago

Bin Neuling mit HomeAssistant, was sind Abschnittskarten?

ChristophCaina commented 2 days ago

was sind Abschnittskarten?

"sections" is an experimental dashboard layout that was introduced some versions ago. If you create a new Dashboard, you can select between different types of dashboard... grafik

The new LAYOUT option for cards is only working in the newer, still experimental sections-dashboard.

mundl62 commented 2 days ago

Danke Christoph, jetzt ist mir der Test gelungen!