Light Card

The hc_light_card is used to turn on and off a light. You have the option to show or hide the bightness slider.

light Card Light

Usage

  - type: custom:button-card
    template: hc_light_card
    entity: <your light entity>]
    name: MyLight
    variables:
        enable_slider: True

Remember to take care of indentation

Variable / entry

Variable Default Required Example
entity   Yes light.livingroom
name friendly name No Livingroom Light
enable_slider False No Show or hide the brightness slider
card_color var(–color-orange) No The color of the card

More info

More explanation about how some things are working.

Brightness and slider

The slider and brightness will only show if the light entity emmits a brightness attribute. If not, then the slider won’t be visible, even if you have enable_slider: true and the brightness percentage will just be the state of the light (on/off).


Copyright © 2024-2025 Damian Eickhoff. Distributed by an MIT license.