DBuit / Homekit-panel-card

Homekit panel card for home assistant
MIT License
304 stars 54 forks source link

widerSize does not work #112

Closed mew0717 closed 3 years ago

mew0717 commented 3 years ago

Sorry for the vague comment/issue reporting.. new to this..but I don't believe the widerSize parameter works. The tile remains at standard with irrespective of the value... wider works just fine.

- entity: group.ring_backyard_pathlights
  widerSize: 3
  popup:
    type: 'custom:light-popup-card'
    displayType: slider
    actions:
      - service: browser_mod.more_info
        service_data:
          entity_id: group.ring_backyard_pathlights
mew0717 commented 3 years ago

I just realized that i have to set wider:true first. This is a non issue.