custom-cards / light-entity-row

Entity row for lights with sliders for adjusting different values based on features
55 stars 13 forks source link

Card is displayed only as a popup #4

Open DominikPalo opened 5 years ago

DominikPalo commented 5 years ago

I've added a light-entity-row for my Yeelight LED strip. But in the main UI, it's displayed as an error "Custom element doesn't exist" and the actual card popups after clicking on that error.

image

My config:

title: LED strip
type: entities
entities:
  - type: 'custom:light-entity-row'
    entity: light.yeelight_strip2_04cf8c777dc8
    showColorPicker: true
    showColorSliders: true

Home Assistant version: 0.86.4