lukevink / hass-config-lajv

Home Assistant Configuration
1.19k stars 199 forks source link

Button-card template 'color_light' is missing! #19

Open merccooper opened 3 years ago

merccooper commented 3 years ago

Hi lukevink, amazing work! I've tried to recreate some parts from your config, however it seems that the color_light template in button_card_templates.yaml is missing, could you please update it, or point where this template is located.

Thank you very much

stnokott commented 3 years ago

I would also much appreciate adding that back!

CR4567 commented 3 years ago

I think you can add this

  color_light:
    styles:
      card:
        - border-radius: 50%
        - height: 4em
        - width: 4em
        - margin: 4px

from the original has_config. Just add it to your button_card_templates.yaml.