Fix wrong link to sections view (#2272)

This commit is contained in:
Petar Petrov 2024-09-25 15:43:16 +03:00 committed by GitHub
parent c5a1a8034e
commit f94f04a562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ return customElements
### Sizing in sections view ### Sizing in sections view
You card can define a `getLayoutOptions` method that returns the min, max and default number of cells your card will take in the grid if your card is used if the [sections view](https://www.home-assistant.io/dashboards/masonry/) You card can define a `getLayoutOptions` method that returns the min, max and default number of cells your card will take in the grid if your card is used if the [sections view](https://www.home-assistant.io/dashboards/sections/)
If you don't define this method, the card will take 4 columns (full width) and will ignore the rows of the grid. If you don't define this method, the card will take 4 columns (full width) and will ignore the rows of the grid.
A cell of the grid is defined with the following dimension: A cell of the grid is defined with the following dimension: