Thx for the suggestion!
I got some further progression. Just one last thing that im stuck on.
No matter what ive tried it wont go to the same hight size as the rest of the boxes. Its abitt lowe.
Any suggestions how i can make it the same as the rest of the grid buttons?
It allso changer all of them from what ive done and not just the box alone when it comes to the high. And it allso is not the same on my Webpage as its on my phone
type: grid
cards:
- type: custom:mushroom-light-card
entity: light.vardagsrum_golvlampor
show_brightness_control: true
use_light_color: true
show_color_control: false
name: Golvlampor
show_color_temp_control: false
collapsible_controls: false
double_tap_action:
haptic: heavy
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: Golvlampor
content:
type: vertical-stack
cards:
- type: custom:mushroom-light-card
entity: light.vardagsrumslampor
fill_container: true
use_light_color: true
hold_action:
action: more-info
icon_type: icon
show_brightness_control: true
show_color_control: true
show_color_temp_control: true
name: Vardagsrums Golv Lampor
- type: custom:mushroom-light-card
entity: light.vardagsrum_lampor_vanster_grupp
use_light_color: true
show_brightness_control: true
show_color_temp_control: true
fill_container: false
name: Vardagsrums Golvlampa VĂ€nster
show_color_control: true
- type: custom:mushroom-light-card
entity: light.vardagsrum_lampor_hoger_grupp
use_light_color: true
show_color_control: true
show_brightness_control: true
show_color_temp_control: true
fill_container: false
fill_container: true
- type: custom:mushroom-light-card
entity: light.tv_led
show_brightness_control: true
use_light_color: true
show_color_control: false
show_color_temp_control: false
collapsible_controls: false
double_tap_action:
haptic: heavy
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: Tv Led
content:
type: vertical-stack
cards:
- type: custom:mushroom-light-card
entity: light.tv_led
use_light_color: true
show_brightness_control: true
show_color_temp_control: true
name: Tv Led
show_color_control: true
fill_container: true
- type: custom:mushroom-light-card
entity: light.tv_fot
use_light_color: true
show_brightness_control: true
show_color_control: false
show_color_temp_control: false
collapsible_controls: false
double_tap_action:
haptic: heavy
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: Tv Fot
content:
type: vertical-stack
cards:
- type: custom:mushroom-light-card
entity: light.tv_fot
use_light_color: true
show_brightness_control: true
show_color_temp_control: true
name: Tv Fot
show_color_control: true
- type: custom:mushroom-light-card
entity: light.tv_lampa_vanster
use_light_color: true
show_brightness_control: true
show_color_temp_control: true
name: Tv Lampa VĂ€nster
show_color_control: true
- type: custom:mushroom-light-card
entity: light.tv_lampa_hoger
use_light_color: true
show_brightness_control: true
show_color_temp_control: true
name: Tv Lampa Höger
show_color_control: true
fill_container: true
- type: custom:mushroom-light-card
entity: light.kokslampa
use_light_color: true
show_brightness_control: true
show_color_control: false
show_color_temp_control: false
collapsible_controls: false
double_tap_action:
haptic: heavy
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: Kökslampa
content:
type: vertical-stack
cards:
- type: custom:mushroom-light-card
entity: light.kokslampa
fill_container: true
use_light_color: true
icon_type: icon
show_brightness_control: true
show_color_control: true
show_color_temp_control: true
name: Kökslampa
fill_container: true
- type: custom:mushroom-light-card
entity: light.vardagsrums_fonster
name: Fönster
show_brightness_control: true
use_light_color: true
show_color_control: false
show_color_temp_control: false
collapsible_controls: false
fill_container: true
double_tap_action:
haptic: heavy
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: Fönster
content:
type: vertical-stack
cards:
- type: custom:mushroom-light-card
entity: light.vardagsrums_fonster
fill_container: true
use_light_color: true
icon_type: icon
show_brightness_control: true
show_color_control: true
show_color_temp_control: true
name: Fönster
- type: custom:mushroom-light-card
entity: light.fonsterlampa_kok
name: Köksfönster
use_light_color: true
show_brightness_control: true
show_color_control: true
show_color_temp_control: true
collapsible_controls: false
layout: vertical
fill_container: true
- type: custom:vertical-stack-in-card
cards:
- type: custom:mushroom-entity-card
icon: mdi:door
entity: lock.entre_dorr
layout: horizontal
tap_action:
action: more-info
icon_color: white
hold_action:
action: none
double_tap_action:
action: none
card_mod:
style: |
ha-card {
--ha-card-background: transparancy;
height: 170px;
}
- type: custom:mushroom-chips-card
style: |
ha-card {
height: 170px;
padding-bottom: 0px !important;
--chip-box-shadow: none;
--chip-background: none;
--chip-spacing: 0;
--chip-border-width: 0;
}
alignment: end
chips:
- type: template
entity: alarm_control_panel.verisure_alarm
icon: |-
{% set state=states(entity) %}
{% if state=='disarmed' %}
mdi:shield-off
{% elif state=='armed_away' %}
mdi:shield
{% elif state=='armed_home' %}
mdi:shield-account
{% elif state=='triggered' %}
mdi:alarm-light
{% else %}
mdi:shield-moon
{% endif %}
tap_action:
action: more-info
icon_color: |-
{% set state=states(entity) %}
{% if state=='disarmed' %}
blue
{% elif state=='armed_away' %}
green
{% elif state=='armed_home' %}
green
{% elif state=='triggered' %}
red
{% else %}
grey
{% endif %}
- type: template
entity: lock.entre_dorr
icon: |-
{% set state=states(entity) %}
{% if state=='locked' %}
mdi:lock
{% elif state=='unlocked' %}
mdi:lock-open-variant
{% else %}
grey
{% endif %}
tap_action:
action: more-info
icon_color: |-
{% set state=states(entity) %}
{% if state=='locked' %}
green
{% elif state=='unlocked' %}
red
{% else %}
grey
{% endif %}
- type: template
entity: sensor.frontdoor
icon: |-
{% set state=states(entity) %}
{% if state=='Ăppen' %}
mdi:door-open
{% elif state=='StÀngd' %}
mdi:door
{% else %}
mdi:door
{% endif %}
tap_action:
action: more-info
icon_color: |-
{% set state=states(entity) %}
{% if state=='Ăppen' %}
red
{% elif state=='StÀngd' %}
green
{% else %}
grey
{% endif %}
card_mod:
style: |
ha-card {
--ha-card-background: var(--rgba(10, 10, 10, 0.6));
color: var(--rgba(10, 10, 10, 0.6));
height: 140px;
}
- type: custom:mushroom-light-card
entity: light.fonsterlampa_kok
name: Köksfönster
use_light_color: true
show_brightness_control: true
show_color_control: true
show_color_temp_control: true
collapsible_controls: false
fill_container: true
layout: vertical