mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add procedure on adding cards (#31854)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
f162cabd45
commit
bfab32cd93
@ -10,9 +10,51 @@ Each dashboard is made up of cards.
|
|||||||
Screenshot of the masonry view with different types of cards.
|
Screenshot of the masonry view with different types of cards.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
There are several built-in card types, each with their own configuration options. Select a card from the menu to view additional details and the options for that card.
|
There are several built-in card types, each with their own configuration options.
|
||||||
|
|
||||||
<p class='img'>
|
## Adding cards to your dashboard
|
||||||
<img src='/images/dashboards/card_menu.png' alt='Screenshot of the card menu'>
|
|
||||||
Screenshot of the card menu.
|
1. If this is your first time editing a dashboard, [take control of the default dashboard](/dashboards/#get-started-with-your-own-dashboard).
|
||||||
</p>
|
|
||||||
|
2. Choose one of the two methods to add cards to a dashboard:
|
||||||
|
|
||||||
|
{% details "Using the Add Card button" %}
|
||||||
|
|
||||||
|
1. In the bottom right, select **Add card**.
|
||||||
|
|
||||||
|
2. There are two methods to add a card: **By card** type and **By entity**:
|
||||||
|
- **By card** type:
|
||||||
|

|
||||||
|
|
||||||
|
- If you have an idea of what card type you want to use for an entity, browse the list of available cards.
|
||||||
|
- If you are using the **Sections** view, try the **Tile** card in the **Suggested cards** section.
|
||||||
|
|
||||||
|
- **By entity**:
|
||||||
|
- If you want to add multiple entities at once, select them from the list.
|
||||||
|

|
||||||
|
|
||||||
|
- Then, select **Continue**.
|
||||||
|
|
||||||
|

|
||||||
|
3. Select **Add to dashboard**.
|
||||||
|
|
||||||
|
{% enddetails %}
|
||||||
|
|
||||||
|
{% details "Using the Add to dashboard button on device page" %}
|
||||||
|
|
||||||
|
Another way to add entities to a dashboard is to use the **Device** page.
|
||||||
|
|
||||||
|
1. Go to **{% my integrations title="Settings > Devices & services" %}**.
|
||||||
|
2. On the integration card of interest, select **Devices**.
|
||||||
|
- If there are multiple devices, select the device from the list.
|
||||||
|
|
||||||
|
3. In the **Controls** section, select **Add to Dashboard**.
|
||||||
|

|
||||||
|
{% enddetails %}
|
||||||
|
|
||||||
|
## Related topics
|
||||||
|
|
||||||
|
- For a list of available card types and more detailed documentation, refer to the **Card types** section in the side navigation.
|
||||||
|
- [Views](/dashboards/views/)
|
||||||
|
- [Introduction to dashboards](/dashboards/)
|
||||||
|
- [Take control of the default dashboard](/dashboards/#get-started-with-your-own-dashboard)
|
BIN
source/images/dashboards/dashboard_add-by-entity_02.png
Normal file
BIN
source/images/dashboards/dashboard_add-by-entity_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
BIN
source/images/dashboards/dashboard_add-by-entity_04.png
Normal file
BIN
source/images/dashboards/dashboard_add-by-entity_04.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
x
Reference in New Issue
Block a user