DBuit / Homekit-panel-card

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

Change grid to 2x2 instead of 3x2 #128

Closed TheBigSadd closed 2 years ago

TheBigSadd commented 2 years ago

Hi, is it possible to change the grid size to 2x2 instead of 3x2? See image below. I have read through the README.md but could not find anything helpful unfortunately. image


type: custom:homekit-card
enableColumns: true
rows:
  - row: 2
    titleOnRow: 1
    columns:
      - column: 1
        entities:
          - title: Woonkamer1
            entities:
              - entity: group.slaapkamerdaanverlichting
              - entity: group.slaapkamerdaanverlichting
              - entity: group.slaapkamerdaanverlichting
              - entity: group.slaapkamerdaanverlichting```