DBuit / light-popup-card

Lovelace card to use as custom pop-up for light in homekit style
168 stars 38 forks source link

Only works with browser_mod... #72

Closed clemalex824 closed 3 years ago

clemalex824 commented 3 years ago

Beautiful card.

After reading title card I understand that it is for browser_mod.

When I use it alone, no card is displayed (it is present in raw editor but not in view).

Would it be possible to make this card work outside of browser_mod ?

On the forum thread, the designer replied that it was a card like any other, Unfortunately it does not appear outside of browser_mod.

Is this possible to add the possibility to display this card without browser_mod like a normal card ?

clemalex824 commented 3 years ago

Just add this card in an entities card :+1:

      type: entities
      entities:
        - type: custom:light-popup-card
          entity: light.desk
          icon: none
          fullscreen: false
          brightnessWidth: 130px
          brightnessHeight: 360px
          borderRadius: 1.7em
          sliderColor: '#c7c7c7'
          sliderTrackColor: rgba(25, 25, 25, 0.9)

Thanks a lot for this card