I just upgraded to Home Assistant version .110 (from version .109). One of the first things I noticed is my cards that use stack-in-card is broken.
It looks like the issue is more-specifically related to using stack-in-card in combination with vertical-stack'ing cards.
`
type: vertical-stack
cards:
- cards:
- entities: null
entity: sensor.sabnzbd_speed
max: 100
min: 0
severity:
green: 10
red: 30
yellow: 25
type: gauge
- entities:
- entity: sensor.sabnzbd_status
- entity: sensor.sabnzbd_daily_total
- entity: sensor.sabnzbd_weekly_total
- entity: sensor.sabnzbd_monthly_total
- entity: sensor.sabnzbd_left
- entity: sensor.sabnzbd_queue
- entity: sensor.sabnzbd_queue_count
type: entities
title: SABnzbd
type: 'custom:stack-in-card'
- entities:
- entity: sensor.asuswrt_download_speed
- entity: sensor.asuswrt_upload_speed
title: Asus Router
type: entities
Is there any kind of work-around to get this working until there's a fix? My Home Assistant pages heavily rely on stack-in-card +vertical stacking, I didn't realize how critical this custom card was to my setup!
UPDATE: It looks like this issue only happens when using Chrome web browser. It doesn't happen when using the Home Assistant Android app. @RomRider , could you please tell me is this is a bug with Home Assistant or Stack-in-card? So far, your card is the only card that seems to have trouble with the latest version of Home Assistant.
I just upgraded to Home Assistant version .110 (from version .109). One of the first things I noticed is my cards that use stack-in-card is broken.
It looks like the issue is more-specifically related to using stack-in-card in combination with vertical-stack'ing cards.
`
Is there any kind of work-around to get this working until there's a fix? My Home Assistant pages heavily rely on stack-in-card +vertical stacking, I didn't realize how critical this custom card was to my setup!
UPDATE: It looks like this issue only happens when using Chrome web browser. It doesn't happen when using the Home Assistant Android app. @RomRider , could you please tell me is this is a bug with Home Assistant or Stack-in-card? So far, your card is the only card that seems to have trouble with the latest version of Home Assistant.