From my knowledge, you would have to stack cards
type: custom:vertical-stack-in-card
cards:
- type: custom:mushroom-light-card
entity: light.night_stand
name: Lys Soveværelset
use_light_color: true
show_brightness_control: true
show_color_control: true
show_color_temp_control: true
fill_container: false
tap_action:
action: more-info
card_mod:
style:
mushroom-button:nth-child(3)$: |
.button {
width: 40px !important;
height: 40px !important;
margin: -50px -20px !important;
position: absolute;
}
mushroom-button:nth-child(2)$: |
.button {
width: 40px !important;
height: 40px !important;
margin: -50px -10px !important;
position: absolute;
}
mushroom-light-brightness-control$:
mushroom-slider$: |
.container {
width: 130% !important;
}
mushroom-light-color-temp-control$:
mushroom-slider$: |
.container {
width: 130% !important;
}
mushroom-light-color-control$:
mushroom-slider$: |
.container {
width: 130% !important;
}
- type: custom:mushroom-template-card
entity: light.night_stand
icon: mdi:clock
color: blue
features_position: bottom
card_mod:
style: |
ha-card {
top: -110px;
left: 280px;
background: none;
height: 0px !important;
}
ha-tile-icon {
--tile-icon-border-radius: 11px;
}
- type: custom:mushroom-template-card
entity: light.night_stand
icon: mdi:phone
color: red
tap_action:
action: toggle
card_mod:
style: |
ha-card {
background: none;
height: 0px !important;
}
ha-tile-icon {
--tile-icon-border-radius: 11px;
top: -110px;
left: 320px;
}



