-
Notifications
You must be signed in to change notification settings - Fork 88
Not working on core 2024.7.0. #160
Copy link
Copy link
Open
Labels
Waiting for user responseI/We can not make further progress on this issue until the original reporter responds.I/We can not make further progress on this issue until the original reporter responds.
Description
Hi
since the core update 2024.7.0, I no longer see mushroom chips. if I change vertical-stack-in-card to vertical-stack or stack-in-card the mushroom chips show fine.

- type: custom:vertical-stack-in-card
cards:
- type: custom:mushroom-template-card
entity: binary_sensor.0x00158d0007bef2b5_occupancy
icon: phu:rooms-hallway
icon_color: |
{% if is_state(entity, 'on') %}
yellow
{% else %}
grey
{% endif %}
primary: ENTRÉE
secondary: >-
AV:🌡{{
states("sensor.temperature_humidity_sensor_exterieur_av_temperature")
|round(1)}}°C / 💧{{
states("sensor.temperature_humidity_sensor_exterieur_av_humidity")
|round(0)}}%
AR:🌡{{ states("sensor.lywsd03mmc_c948_temperature") |round(1)}}°C /
💧{{ states("sensor.lywsd03mmc_c948_humidity") |round(0)}}%
layout: horizontal
tap_action:
action: more-info
double_tap_action:
action: none
hold_action:
action: none
badge_icon: |
{% if is_state('binary_sensor.0x00158d0007bef2b5_occupancy', 'on') %}
mdi:motion-sensor
{% else %}
mdi:motion-sensor-off
{% endif %}
badge_color: |
{% if is_state('binary_sensor.0x00158d0007bef2b5_occupancy', 'on') %}
red
{% else %}
green
{% endif %}
multiline_secondary: true
- type: custom:mushroom-chips-card
chips:
- type: template
entity: binary_sensor.0x00158d0008074924_contact
icon: |-
{% if is_state(entity, 'on') %}
phu:double-window-open
{% else %}
phu:double-window-closed
{% endif %}
icon_color: |-
{% if is_state(entity, 'on') %}
red
{% else %}
green
{% endif %}
tap_action:
action: more-info
double_tap_action:
action: none
hold_action:
action: none
- type: template
entity: binary_sensor.0x00158d0007ef4edc_contact
icon: |
{% if is_state(entity, 'on') %}
phu:panel-door-open
{% else %}
phu:panel-door-close
{% endif %}
icon_color: |-
{% if is_state(entity, 'on') %}
red
{% else %}
green
{% endif %}
tap_action:
action: more-info
double_tap_action:
action: none
hold_action:
action: none
- type: template
entity: light.lumieres_entree
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
right_button: Fermer
right_button_action:
service: browser_mod.close_popup
data:
browser_id: THIS
size: normal
style: |-
--popup-min-width: 690px;
--popup-max-width: 720px;
--popup-border-radius: 15px;
title: Lumières Entrée
content:
type: vertical-stack
cards:
- type: custom:mushroom-light-card
entity: light.0x00158d000775154a
name: Extérieur
use_light_color: true
show_brightness_control: true
show_color_temp_control: true
show_color_control: false
collapsible_controls: true
- type: custom:mushroom-light-card
entity: light.lumieres_entree
name: Entrée
use_light_color: true
show_brightness_control: true
show_color_temp_control: true
show_color_control: false
collapsible_controls: true
icon: mdi:lightbulb
hold_action:
action: toggle
icon_color: |-
{% if is_state(entity, 'on') %}
yellow
{% else %}
grey
{% endif %}
alignment: end
card_mod:
class: class_padding
With grid or vertical-stack in first , vertical-stack-in-card not working.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Waiting for user responseI/We can not make further progress on this issue until the original reporter responds.I/We can not make further progress on this issue until the original reporter responds.
