mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Cards fix typo, implement feedback from coderabbitai (#33095)
This commit is contained in:
parent
f2023fe4b7
commit
20bd4c5848
@ -27,7 +27,7 @@ Screenshot of the masonry view with different types of cards.
|
|||||||
|
|
||||||
There are several different card types, each with their own configuration options. They can be categorized in terms of their function:
|
There are several different card types, each with their own configuration options. They can be categorized in terms of their function:
|
||||||
|
|
||||||
- **Specific to a device type or service**: [alarm](/dashboards/alarm-panel/), [light](/dashboards/light/), [humidifier](/dashboards/humidifier/), [thermostat](/dashboards/thermostat/), [plant status](/dashboards/plant-status/), [media control](/dashboards/media-control/), [weather forecast](/dashboards/weather-forecast/), [todo list](/dashboards/todo-list/), [map](/dashboards/map/), [logbook](/dashboards/logbook/), [calendar](/dashboards/calendar/)
|
- **Specific to a device type or service**: [alarm](/dashboards/alarm-panel/), [light](/dashboards/light/), [humidifier](/dashboards/humidifier/), [thermostat](/dashboards/thermostat/), [plant status](/dashboards/plant-status/), [media control](/dashboards/media-control/), [weather forecast](/dashboards/weather-forecast/), [to-do list](/dashboards/todo-list/), [map](/dashboards/map/), [logbook](/dashboards/logbook/), [calendar](/dashboards/calendar/)
|
||||||
- **Grouping other cards**: [vertical stack](/dashboards/vertical-stack/), [horizontal stack](/dashboards/horizontal-stack/), [grid](/dashboards/grid/)
|
- **Grouping other cards**: [vertical stack](/dashboards/vertical-stack/), [horizontal stack](/dashboards/horizontal-stack/), [grid](/dashboards/grid/)
|
||||||
- **Logic function**: [conditional](/dashboards/conditional/), [entity filter](/dashboards/entity-filter/)
|
- **Logic function**: [conditional](/dashboards/conditional/), [entity filter](/dashboards/entity-filter/)
|
||||||
- **Display generic data**: [sensor](/dashboards/sensor/), [history graph](/dashboards/history-graph/), [statistic](/dashboards/statistic/), [statistics graph](/dashboards/statistics-graph/), [energy](/dashboards/energy/), [gauge](/dashboards/gauge/), [webpage](/dashboards/webpage/)
|
- **Display generic data**: [sensor](/dashboards/sensor/), [history graph](/dashboards/history-graph/), [statistic](/dashboards/statistic/), [statistics graph](/dashboards/statistics-graph/), [energy](/dashboards/energy/), [gauge](/dashboards/gauge/), [webpage](/dashboards/webpage/)
|
||||||
@ -65,7 +65,7 @@ A card can be added to a dashboard directly [from the view](#to-add-a-card-from-
|
|||||||
|
|
||||||
### To add a card from the device page
|
### To add a card from the device page
|
||||||
|
|
||||||
This method is useful if you are on the **Device** page and want to create card directly from there.
|
This method is useful if you are on the **Device** page and want to create a card directly from there.
|
||||||
|
|
||||||
1. Go to **{% my integrations title="Settings > Devices & services" %}**.
|
1. Go to **{% my integrations title="Settings > Devices & services" %}**.
|
||||||
2. On the integration card of interest, select **Devices**.
|
2. On the integration card of interest, select **Devices**.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user