Skip to content

Light Popup

Light popup

Phone Tablet

Requirements

  • My Cards Bundle aka slider-card (download for HACS)
  • Light Entity Card (download for HACS)
Card compatibility

This popup is displayed using hold_action and it is compatible with the following cards/chips :

  • card_light
How to use
Variables
Variable/Entity Default Required Notes Requirement
ulm_card_light_color_palette Add select entity to control color palette

To enable this popup, add the variable ulm_card_light_enable_popup and set to true.

Warning

This is a different approach as the other popup_cards use.

For example :

- type: "custom:button-card"
  template:
    - card_light
  entity: light.cuisine
  variables:
    ulm_card_light_enable_popup: true
    ulm_card_light_color_palette: select.wled_color_palette

Credits

  • Designed by schumijo and bavo (special thanks to him for his help on this development)).