micmak
(Michel M)
April 11, 2023, 1:58pm
1
Hi,
Since the upgrade to 2023.4.0 (I think), one of my pages is not displaying correctly on any device. I have two entity cards in a horizontal stack. 26 entities in each card, but the border is wrapping the card at the 13th:
Is this a known issue?
Post a code for this card.
micmak
(Michel M)
April 12, 2023, 2:20pm
3
Here you go
type: horizontal-stack
cards:
- type: entities
entities:
- entity: switch.shellyplug_s_christmastree
name: Christmas Tree
icon: mdi:pine-tree
- entity: switch.chauffage
name: Chauffage
icon: mdi:radiator
- entity: switch.water_heater
name: Electric Water Heater
icon: mdi:water-boiler
- entity: switch.lights
name: Lights
icon: mdi:lightbulb-group
- entity: switch.living_room_ac
name: Living Room AC
icon: mdi:air-conditioner
- entity: switch.master_bedroom_ac
name: Master Bedroom AC
icon: mdi:air-conditioner
- entity: switch.water_pump
name: Water Pump
icon: mdi:water-pump
- entity: switch.shellyplug_s_c1343d
name: Attic
icon: mdi:server-network
- entity: switch.shellyplug_s_0da2ae
name: Kitchen Fridge
icon: mdi:fridge
- entity: switch.shellyplug_s_laundry_dryer
name: Dryer
icon: mdi:tumble-dryer
- entity: switch.shellyplug_s_0cd745
name: Freezer
icon: mdi:fridge
- entity: switch.shellyplug_s_6ee227
name: Living Room TV
icon: mdi:television
- entity: switch.shellyplug_s_6ee6c6
name: Roof Desk
icon: mdi:desktop-classic
- entity: switch.shellyplug_s_roof_watercooler
name: Roof Water Cooler
icon: mdi:cup-water
- entity: switch.shellyplug_s_de82d5
icon: mdi:server
name: Server Cabinet
- entity: switch.shellyplug_s_washingmachine
name: Washing Machine
icon: mdi:washing-machine
- entity: switch.shellyplug_s_watercooler
name: Water Cooler
icon: mdi:cup-water
- entity: switch.shellyplug_s_winecooler
name: Wine Cooler
icon: mdi:bottle-wine
- entity: switch.fish_tank
name: Fish Tank
- entity: switch.smart_plug_4
name: Guest Restroom
- entity: switch.shellyplug_s_hallway
name: Hallway
- entity: switch.shelly1pm_watercooler_heateronly
name: Kitchen Water Heater
- entity: switch.shellypro2pm_roofac_north
name: Roof AC North
icon: mdi:air-conditioner
- entity: switch.shellypro2pm_roofac_west
name: Roof AC West
icon: mdi:air-conditioner
- entity: switch.bedroom_ac
- entity: switch.kids_ac
show_header_toggle: false
state_color: true
- type: entities
entities:
- entity: sensor.shellyplug_s_christmastree_power
- entity: sensor.chauffage_power
- entity: sensor.water_heater_power
- entity: sensor.lights_power
- entity: sensor.living_room_ac_power
- entity: sensor.master_bedroom_ac_power
- entity: sensor.water_pump_power
- entity: sensor.shellyplug_s_c1343d_power
- entity: sensor.shellyplug_s_0da2ae_power
- entity: sensor.shellyplug_s_laundry_dryer_power
- entity: sensor.shellyplug_s_0cd745_power
- entity: sensor.shellyplug_s_6ee227_power
- entity: sensor.shellyplug_s_6ee6c6_power
- entity: sensor.shellyplug_s_roof_watercooler_power
- entity: sensor.shellyplug_s_de82d5_power
- entity: sensor.shellyplug_s_washingmachine_power
- entity: sensor.shellyplug_s_watercooler_power
- entity: sensor.shellyplug_s_winecooler_power
- entity: sensor.fish_tank_power
- entity: sensor.guest_restroom_power
- entity: sensor.shellyplug_s_hallway_power
- entity: sensor.shelly1pm_watercooler_heateronly_power
- entity: sensor.shellypro2pm_roofac_north_power
- entity: sensor.shellypro2pm_roofac_west_power
- entity: sensor.bedroom_ac_power
- entity: sensor.kids_ac_power
show_header_toggle: false
state_color: false
Can reproduce it in panel layout:
Suggest you to register an issue and then post a link to the issue in this thread.
In masonry works fine:
1 Like
Posted a link for the issue you (probably) registered:
opened 07:30AM - 13 Apr 23 UTC
### Checklist
- [X] I have updated to the latest available Home Assistant versi… on.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my browser.
### Describe the issue you are experiencing
Since the upgrade to 2023.4.0 (I think), one of my pages is not displaying correctly on any device. I have two entity cards in a horizontal stack. 26 entities in each card, but the border is wrapping the card at the 13th
### Describe the behavior you expected
border to wrap all entities
### Steps to reproduce the issue
please refer to https://community.home-assistant.io/t/entities-card-borders-are-not-where-they-should-be/558913
### What version of Home Assistant Core has the issue?
Home Assistant 2023.4.3
### What was the last working version of Home Assistant Core?
Home Assistant 2023.3.x
### In which browser are you experiencing the issue with?
Firefox, Edge, iOS app, Android App
### Which operating system are you using to run this browser?
Windows, iOS, Android
### State of relevant entities
_No response_
### Problem-relevant frontend configuration
_No response_
### Javascript errors shown in your browser console/inspector
_No response_
### Additional information
_No response_
1 Like