bokub / rgb-light-card

💡 A Lovelace custom card for RGB lights
MIT License
412 stars 24 forks source link

WLED lights issue #50

Closed D45putspin closed 3 years ago

D45putspin commented 3 years ago

im having a issue with wled lights, some owrk, others dont, the brightness is workign but rgb isnt i let the code i have working on some and not on others:

theme: iOS Dark Mode
entity: light.bfcf0437d51ff67bd40aag
show_header_toggle: false
entities:
  - entity:light.light
    name: ' '
    secondary_info: brightness
  - type: custom:rgb-light-card
    entity: light.light
    colors:
      - rgb_color:
          - 255
          - 127
          - 255
        brightness: 220
        transition: 1
        icon_color: red
      - rgb_color:
          - 0
          - 255
          - 0
        icon_color: green
      - rgb_color:
          - 255
          - 255
          - 255
        icon_color: white
state_color: true
title: WLED 
D45putspin commented 3 years ago

managed to get this to work just making a new card.. idk what happened