I’ve been trying to install the “light popup card” (GitHub - DBuit/light-popup-card: Lovelace card to use as custom pop-up for light in homekit style) for a few days, unfortunately without success so far. I have also read through the documentation, but I just can not figure it out? I just don’t understand where to put the code in my dashboardName.yaml file? Is this card only in conjunction with “browser_mod”, “custom pop-up card”, “homekit style card” or does this also work with a normal entity card?
You need to instal also via HACS, browser_mod.
On you dashboard you could use tap to action to print light-popup-card via browser-mod.
Exemple: i use a horizontal stack for 2 mushroom entities cards.
On the first one you could use tap_action: to call the popup
tap_action:
action: fire-dom-event
browser_mod:
command: popup
deviceID: this
title: Test Popup
card:
type: custom:light-popup-card
To have color controls below the switch you also need to install hui-element via HACS
The problem for me is that only print the switch and not the brightness slider. Anyone know how to fix it ?