Mushroom Card - Conditional Chip Not Working

Hi,

I am trying to get the Mushroom Conditional Chip card working but it is displaying the chip whatever the state of the conditional entity.

Here is my code:

type: custom:mushroom-chips-card
chips:
  - type: conditional
    conditions:
      - entity: binary_sensor.wakeup_alarm_set
        state: 'on'
    chip:
      type: entity
      icon: mdi:alarm
      tap_action:
        action: toggle
      entity: binary_sensor.wakeup_alarm_set

Any ideas please?

It looks fine to me. Have you cleared your browser’s cache?

1 Like

I think that might be it. Thanks.