UI-Lovelace-Minimalist / UI

UI-Lovelace-Minimalist is a "theme" for HomeAssistant
https://ui-lovelace-minimalist.github.io/UI/
Other
1.57k stars 420 forks source link

Etrim is not a function #1460

Open seanm581 opened 4 months ago

seanm581 commented 4 months ago

Binary Sensor Cards are still not working.

re: this issue bug https://github.com/UI-Lovelace-Minimalist/UI/issues/1394

tieskuh commented 4 months ago

I have the same issue with a binary_sensor card.

This is the yaml:

- type: 'custom:button-card'
    template: card_binary_sensor
    triggers_update: all
    variables:
      ulm_card_binary_sensor_alert: true
      ulm_show_last_changed: true
      ulm_card_binary_sensor_name: 'Laatste keer aangebeld'
      ulm_card_binary_sensor_icon: mdi:bell
    entity: binary_sensor.deurbel_input

It shows up like this: image

I was thinking: It might also be a button_card bug as show_last_changed is a button_card function and not a minimalist function as far as I know.

johndcollins commented 1 month ago

Anyone have a resolution to this?