-
-
Notifications
You must be signed in to change notification settings - Fork 380
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Expected Behavior
Conditions and Card tabs
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
DanRyan483, iddiek, dnestico, MrLogia, tobimichael96 and 3 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working