We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently it is impossible for me to resize a mushroom-template-card
No response
YAML state `` `type: horizontal-stack cards:
### Environment ```markdown - Browser: Chrome - HA Version: 2025.1.0 - Mushroom: 4.2.1
The text was updated successfully, but these errors were encountered:
Same here. Happens since 2025 HA Update
Sorry, something went wrong.
For me too, same problem after HA 2025 update. Reverting to previous versions of Mushroom and Card mod won't change anything.
No branches or pull requests
Requirements
Current Behavior
Currently it is impossible for me to resize a mushroom-template-card
Expected Behavior
No response
Steps To Reproduce
No response
Context
YAML state
``
`type: horizontal-stack
cards:
cards:
primary: Chambre
secondary: |-
{{ states('sensor.capteur_temp_chambre_temperature')
}}°C -
{{ states('sensor.capteur_temp_chambre_humidity')
}}%
icon: mdi:bed-double
entity: light.ampoule_couloir_chambre
hold_action:
action: toggle
icon_color: |-
{% if is_state('light.ampoule_couloir_chambre', 'on') %}
orange
{% endif %}
tap_action:
action: navigate
navigation_path: /dashboard-mushroom/chambre
multiline_secondary: false
double_tap_action:
action: toggle
card_mod: null
chips:
conditions:
entity: climate.heatzy_chambre
state: heat
chip:
type: action
tap_action:
action: perform-action
perform_action: automation.trigger
target:
entity_id: >-
automation.desactiver_chauffage_chambre_quand_la_temperature_est_superieur_a_17_degres
data:
skip_condition: true
icon: mdi:radiator
icon_color: red
conditions:
entity: climate.heatzy_chambre
state: "off"
chip:
type: action
tap_action:
action: perform-action
perform_action: automation.trigger
data:
skip_condition: true
target:
entity_id: >-
automation.activer_chauffage_chambre_quand_la_temperature_est_inferieur_a_17_degres
icon_color: green
icon: mdi:radiator-off
alignment: end
card_mod:
style: |
ha-card {
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
}
cards:
primary: Entrée
secondary: |-
{{ states('sensor.capteur_temp_entree_cuisine_temperature')
}}°C -
{{ states('sensor.capteur_temp_entree_cuisine_humidity')
}}%
icon: mdi:coat-rack
entity: light.lampe_entree_cuisine
hold_action:
action: toggle
icon_color: |-
{% if is_state('light.lampe_entree_cuisine', 'on') %}
orange
{% endif %}
tap_action:
action: navigate
navigation_path: /dashboard-mushroom/entree
multiline_secondary: false
double_tap_action:
action: toggle
card_mod:
style: |
ha-card {
height: 2000px !important;
width: 2000px;
padding-right: 150px !important;
padding-left: 150px !important;
padding-bottom: 30px !important;
padding-top: 30px !important;
}
`
Anything else?
No response
The text was updated successfully, but these errors were encountered: