Skip to content

[Bug]: Can no longer see template editor with conditional chips as of 2025.5 #1703

@mcanning

Description

@mcanning

Requirements

  • I checked the troubleshooting section in the README to verify that I have the latest Mushroom version.
  • I did a search to see if there is a similar issue or if a pull request is open.
  • I have read the state of card mod support (in pin issues) and understand card mod support is not provided in this repository.

Current Behavior

It seems there is not longer an option to edit the template as part of conditional chips. I had just upgraded to 2025.5 yesterday as I believe it was working the other day. See the screenshot which is missing the 'Card' tab.

Image

Expected Behavior

Conditions and Card tabs

Image

Steps To Reproduce

Create conditional template chip on 2025.5 and attempt to modify the template using the UI

Context

YAML state

type: conditional
conditions:
  - condition: numeric_state
    entity: sensor.open_windows_count
    above: 0
chip:
  type: template
  content: '{{ states.sensor.open_windows_count.state }}'
  icon_color: |-
    {% if states("sensor.open_windows_count") > 0 %} primary {% elif
        states("sensor.open_windows_count") == "unavailable" %} black {% else %} grey
        {% endif %}
  icon: |-
    {% if states("sensor.open_windows_count") == "on" %} mdi:window-open {% elif
        states("sensor.open_windows_count") == "unavailable" %} mdi:alert-box-outline {% else %} mdi:window-closed
        {% endif %}
  entity: sensor.open_windows_count
  tap_action:
    action: more-info

Environment

- Browser: Google Chrome Version 134.0.6998.198 (Official Build) (64-bit)
- HA Version: 2025.5
- Mushroom: 4.4.0

Anything else?

Please close if this is a dupe

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions