vertical-stack-in-card icon indicating copy to clipboard operation
vertical-stack-in-card copied to clipboard

📐 Home Assistant Card: Group multiple cards into a single sleek card.

Results 44 vertical-stack-in-card issues
Sort by recently updated
recently updated
newest added

![Screenshot 2022-07-18 000138](https://user-images.githubusercontent.com/82330572/179426399-f8fe58ed-9bed-4ce3-8f67-73d32a0cb502.png) As you can see here, when using an alpha channel in background colors they get added together, making the whole card way darker, than it is supposed...

Add ui-editor by importing the native HA existing editor for vertical and horizontal cards

(I'm new here) Instructions for this mod say to edit UI.yaml and link it as a resource. HA prompts saying "Resources should be added in UI config instead" (paraphrased). When...

Hi, Could you add editor support in addition to YAML mode ?

Fix drop-down incompatibility with the card Issue #120

## Description Add editor to the vertical stack in card ## Related Issue #123 ## Motivation and Context - Use typescript - Lint code - Add vscode devcontainer - Add...

Starting on HA version 2022.3 The dropdowns don't show correclty if the `mini-media-player`[link](https://github.com/kalkih/mini-media-player) card is used inside a `custom:stack-in-card`[link](https://github.com/custom-cards/stack-in-card) or a `custom:vertical-stack-in-card` [link](https://github.com/ofekashery/vertical-stack-in-card) ![image](https://user-images.githubusercontent.com/25059996/157086282-3580a4ef-75c0-48f2-b022-58c0c3c02790.png) I'll cross post this issue on...

I've checked on androing and on a desktop. Bot working fine. When I switch to the Ipad the place where the card should be is taken but no card is...

Hi this is probably dumb but I'm still learning YAML so not sure how to do this but... Here is my "climate" card and it's code: - ` climate: thermostats:...

I get an invisible card when using this: ``` type: vertical-stack cards: - type: 'custom:vertical-stack-in-card' cards: - type: 'custom:simple-thermostat' ``` Works ok with this: ``` type: vertical-stack cards: - type:...