Martin Nöhrer
Martin Nöhrer
Hi @Drealine can you share your configuration. Have you set the ulm_custom_actions? Add these variables to your card: ```yaml ulm_card_tap_action: "adaptive" ulm_card_name_action: "adaptive" ulm_card_icon_action: "adaptive" ```
There could also be another problem. In the last release the popups have been refactored. For your popup configuration use an entity entry under your card config instead the ulm_popup_light_entity...
I did some tests and the adaptive dashboard works fine: Use the following configuration on the card: ```yaml - view_layout: grid-area: "card1" type: "custom:button-card" template: "card_light" entity: light.light_bedroom_1 variables: ulm_name_tap_action:...
@schumijo Quick solution to generate the rows dynamically ```yaml cards: > [[[ let rows = []; function generate_weather_row(index) { var row = { 'type': 'custom:button-card', 'template': 'popup_weather_row', 'entity': entity.entity_id, 'variables':...
Hy, there is a quick fix that actually works for me. This two CSS options will override the "disabled" CSS class ```yaml styles: card: - cursor: auto - pointer-events: inherit...
Hi, I'm using the [cardmod](https://github.com/thomasloven/lovelace-card-mod) to change the height of the card ```yaml type: custom:mod-card card: type: custom:minimalistic-area-card title: Livingroom image: /local/livingroom-banner.jpg tap_action: action: navigate navigation_path: /my-home/livingroom entities: - entity:...