mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add visibility config option for cards and sections (#33087)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
af5b791851
commit
ba83a7955a
@ -65,6 +65,12 @@ In the sections view, you can rearrange sections and cards by dragging them to a
|
||||
Rearranging cards by dragging
|
||||
</p>
|
||||
|
||||
## Show or hide section conditionally
|
||||
|
||||
You can choose to show or hide certain sections based on different conditions. The [available conditions](/dashboards/conditional/#card-conditions) are the same as that for the conditional card.
|
||||
|
||||
To edit the section visibility conditions, select the <img height="28px" src="/images/blog/2024-03-dashboard-chapter-1/mdi-edit.png" alt="Edit icon"/> button and then click on the visibility tab.
|
||||
|
||||
## Check out the demo
|
||||
|
||||
Check out the demo from the March live stream on dashboards.
|
||||
|
@ -50,6 +50,12 @@ Some cards have support for [header and footer widgets](/dashboards/header-foote
|
||||
Screenshot of an entities card with a picture header and buttons footer.
|
||||
</p>
|
||||
|
||||
## Show or hide card conditionally
|
||||
|
||||
You can choose to show or hide certain cards based on different conditions. The [available conditions](/dashboards/conditional/#card-conditions) are the same as that for the conditional card.
|
||||
|
||||
To edit the card visibility conditions, open the card editor and then click on the visibility tab.
|
||||
|
||||
## Adding cards to your dashboard
|
||||
|
||||
1. If this is your first time editing a dashboard, [take control of the default dashboard](/dashboards/#get-started-with-your-own-dashboard).
|
||||
|
Loading…
x
Reference in New Issue
Block a user