mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Move related topics to meta data (#32403)
This commit is contained in:
parent
5b46b43821
commit
90ef1a3335
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Alarm panel card"
|
title: "Alarm panel card"
|
||||||
sidebar_label: Alarm panel
|
sidebar_label: Alarm panel
|
||||||
description: "The alarm panel card allows you to arm and disarm your alarm control panel integrations."
|
description: "The alarm panel card allows you to arm and disarm your alarm control panel integrations."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The alarm panel card allows you to arm and disarm your [alarm control panel](/integrations/#alarm) {% term integrations %}.
|
The alarm panel card allows you to arm and disarm your [alarm control panel](/integrations/#alarm) {% term integrations %}.
|
||||||
@ -81,8 +86,3 @@ states:
|
|||||||
- arm_night
|
- arm_night
|
||||||
- armed_custom_bypass
|
- armed_custom_bypass
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Area card"
|
title: "Area card"
|
||||||
sidebar_label: Area
|
sidebar_label: Area
|
||||||
description: "The area card gives control of your entities in a specified area."
|
description: "The area card gives control of your entities in a specified area."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The area card lets you control and monitor an individual {% term area %}.
|
The area card lets you control and monitor an individual {% term area %}.
|
||||||
@ -86,8 +91,3 @@ navigation_path: my_bedroom
|
|||||||
show_camera: true
|
show_camera: true
|
||||||
theme: green
|
theme: green
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,15 @@ type: card
|
|||||||
title: "Button card"
|
title: "Button card"
|
||||||
sidebar_label: Button
|
sidebar_label: Button
|
||||||
description: "The Button card allows you to add buttons to perform tasks."
|
description: "The Button card allows you to add buttons to perform tasks."
|
||||||
|
related:
|
||||||
|
- docs: /dashboards/actions/
|
||||||
|
title: Card actions
|
||||||
|
- docs: /docs/scripts/
|
||||||
|
title: Scripts
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The button card allows you to add buttons to perform tasks.
|
The button card allows you to add buttons to perform tasks.
|
||||||
@ -136,10 +145,3 @@ tap_action:
|
|||||||
<img src='/images/dashboards/entity_button_complex_card.png' alt='Screenshot of the Button card with script service'>
|
<img src='/images/dashboards/entity_button_complex_card.png' alt='Screenshot of the Button card with script service'>
|
||||||
Screenshot of the button card with script service.
|
Screenshot of the button card with script service.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Card actions](/dashboards/actions/)
|
|
||||||
- [Scripts](/docs/scripts/)
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Calendar card"
|
title: "Calendar card"
|
||||||
sidebar_label: Calendar
|
sidebar_label: Calendar
|
||||||
description: "The calendar card displays your calendar entities in a month, day and list view"
|
description: "The calendar card displays your calendar entities in a month, day and list view"
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The calendar card displays your [calendar](/integrations/#calendar) {% term entities %} in a month, day, and list view (7 days).
|
The calendar card displays your [calendar](/integrations/#calendar) {% term entities %} in a month, day, and list view (7 days).
|
||||||
@ -52,8 +57,3 @@ entities:
|
|||||||
- calendar.calendar_1
|
- calendar.calendar_1
|
||||||
- calendar.calendar_2
|
- calendar.calendar_2
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,9 @@ type: card
|
|||||||
title: Conditional card
|
title: Conditional card
|
||||||
sidebar_label: Conditional
|
sidebar_label: Conditional
|
||||||
description: The Conditional card displays another card based on conditions.
|
description: The Conditional card displays another card based on conditions.
|
||||||
|
related:
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The conditional card displays another card based on conditions.
|
The conditional card displays another card based on conditions.
|
||||||
@ -242,6 +245,3 @@ conditions:
|
|||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
||||||
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Energy cards"
|
title: "Energy cards"
|
||||||
sidebar_label: Energy cards
|
sidebar_label: Energy cards
|
||||||
description: "An overview of the energy cards that are available."
|
description: "An overview of the energy cards that are available."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a list of all the cards used in the energy dashboard. You can also place them anywhere you want in your dashboard.
|
This is a list of all the cards used in the energy dashboard. You can also place them anywhere you want in your dashboard.
|
||||||
@ -229,8 +234,3 @@ The following example limits the number of shown devices to 5:
|
|||||||
type: energy-devices-detail-graph
|
type: energy-devices-detail-graph
|
||||||
max_devices: 5
|
max_devices: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Gauge card"
|
title: "Gauge card"
|
||||||
sidebar_label: Gauge
|
sidebar_label: Gauge
|
||||||
description: "The gauge card is a basic card that allows visually seeing sensor data."
|
description: "The gauge card is a basic card that allows visually seeing sensor data."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The gauge card is a basic card that allows visually seeing sensor data.
|
The gauge card is a basic card that allows visually seeing sensor data.
|
||||||
@ -181,9 +186,3 @@ segments:
|
|||||||
- from: 65
|
- from: 65
|
||||||
color: var(--error-color)
|
color: var(--error-color)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Grid card"
|
title: "Grid card"
|
||||||
sidebar_label: Grid
|
sidebar_label: Grid
|
||||||
description: "The grid card allows you to show multiple cards in a grid."
|
description: "The grid card allows you to show multiple cards in a grid."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The grid card allows you to show multiple cards in a grid. It will first fill the columns, automatically adding new rows as needed.
|
The grid card allows you to show multiple cards in a grid. It will first fill the columns, automatically adding new rows as needed.
|
||||||
@ -80,8 +85,3 @@ cards:
|
|||||||
entity: light.bed_light
|
entity: light.bed_light
|
||||||
image: /local/bed_2.png
|
image: /local/bed_2.png
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "History graph card"
|
title: "History graph card"
|
||||||
sidebar_label: History graph
|
sidebar_label: History graph
|
||||||
description: "The history graph card allows you to display a graph for each of the entities listed."
|
description: "The history graph card allows you to display a graph for each of the entities listed."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The history graph card allows you to display a graph for each of up to eight entities.
|
The history graph card allows you to display a graph for each of up to eight entities.
|
||||||
@ -107,8 +112,3 @@ entities:
|
|||||||
- entity: sensor.attic_temperature
|
- entity: sensor.attic_temperature
|
||||||
name: "Attic"
|
name: "Attic"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,9 @@ type: card
|
|||||||
title: "Horizontal stack card"
|
title: "Horizontal stack card"
|
||||||
sidebar_label: Horizontal stack
|
sidebar_label: Horizontal stack
|
||||||
description: "The horizontal stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column."
|
description: "The horizontal stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column."
|
||||||
|
related:
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The horizontal stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column.
|
The horizontal stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column.
|
||||||
@ -46,7 +49,3 @@ cards:
|
|||||||
<img src='/images/dashboards/horizontal_stack.png' alt='Two picture cards in a horizontal stack card'>
|
<img src='/images/dashboards/horizontal_stack.png' alt='Two picture cards in a horizontal stack card'>
|
||||||
Two picture cards in a horizontal stack card.
|
Two picture cards in a horizontal stack card.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Humidifier card"
|
title: "Humidifier card"
|
||||||
sidebar_label: Humidifier
|
sidebar_label: Humidifier
|
||||||
description: "The humidifier card gives control of your humidifier entity, allowing you to change the target humidity and mode of the entity."
|
description: "The humidifier card gives control of your humidifier entity, allowing you to change the target humidity and mode of the entity."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The humidifier card lets you control and monitor humidifiers, dehumidifiers, and hygrostat devices.
|
The humidifier card lets you control and monitor humidifiers, dehumidifiers, and hygrostat devices.
|
||||||
@ -57,7 +62,3 @@ entity: humidifier.bedroom
|
|||||||
name: Bedroom Humidifier
|
name: Bedroom Humidifier
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Card features](/dashboards/features)
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Logbook card"
|
title: "Logbook card"
|
||||||
sidebar_label: Logbook
|
sidebar_label: Logbook
|
||||||
description: "The logbook card displays entries from the logbook for specific entities."
|
description: "The logbook card displays entries from the logbook for specific entities."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The logbook card displays entries from the logbook for specific entities.
|
The logbook card displays entries from the logbook for specific entities.
|
||||||
@ -65,8 +70,3 @@ entities:
|
|||||||
- light.ceiling_lights
|
- light.ceiling_lights
|
||||||
hours_to_show: 24
|
hours_to_show: 24
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Markdown card"
|
title: "Markdown card"
|
||||||
sidebar_label: Markdown
|
sidebar_label: Markdown
|
||||||
description: "The Markdown card is used to render Markdown"
|
description: "The Markdown card is used to render Markdown"
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The Markdown card is used to render [Markdown](https://commonmark.org/help/).
|
The Markdown card is used to render [Markdown](https://commonmark.org/help/).
|
||||||
@ -140,8 +145,3 @@ content: |
|
|||||||
<ha-alert alert-type="success">This is a success alert — check it out!</ha-alert>
|
<ha-alert alert-type="success">This is a success alert — check it out!</ha-alert>
|
||||||
<ha-alert title="Test alert">This is an alert with a title</ha-alert>
|
<ha-alert title="Test alert">This is an alert with a title</ha-alert>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Media control card"
|
title: "Media control card"
|
||||||
sidebar_label: Media control
|
sidebar_label: Media control
|
||||||
description: "The media control card is used to display media player entities on an interface with easy to use controls."
|
description: "The media control card is used to display media player entities on an interface with easy to use controls."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The media control card is used to display [media player](/integrations/#media-player) entities on an interface with easy to use controls.
|
The media control card is used to display [media player](/integrations/#media-player) entities on an interface with easy to use controls.
|
||||||
@ -46,8 +51,3 @@ Basic example:
|
|||||||
type: media-control
|
type: media-control
|
||||||
entity: media_player.lounge_room
|
entity: media_player.lounge_room
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Plant status card"
|
title: "Plant status card"
|
||||||
sidebar_label: Plant status
|
sidebar_label: Plant status
|
||||||
description: "The plant status card is for all the lovely botanists out there."
|
description: "The plant status card is for all the lovely botanists out there."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The plant status card is for all the lovely botanists out there.
|
The plant status card is for all the lovely botanists out there.
|
||||||
@ -48,8 +53,3 @@ Basic example:
|
|||||||
type: plant-status
|
type: plant-status
|
||||||
entity: plant.bonsai
|
entity: plant.bonsai
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Sensor card"
|
title: "Sensor card"
|
||||||
sidebar_label: Sensor
|
sidebar_label: Sensor
|
||||||
description: "The sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time."
|
description: "The sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time.
|
The sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time.
|
||||||
@ -83,8 +88,3 @@ type: sensor
|
|||||||
entity: sensor.illumination
|
entity: sensor.illumination
|
||||||
name: Illumination
|
name: Illumination
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Statistic card"
|
title: "Statistic card"
|
||||||
sidebar_label: Statistic
|
sidebar_label: Statistic
|
||||||
description: "The statistic card allows you to display a statistical value for an entity."
|
description: "The statistic card allows you to display a statistical value for an entity."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The statistic card allows you to display a statistical value for an entity.
|
The statistic card allows you to display a statistical value for an entity.
|
||||||
@ -172,8 +177,3 @@ period:
|
|||||||
seconds: -10
|
seconds: -10
|
||||||
stat_type: change
|
stat_type: change
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Statistics graph card"
|
title: "Statistics graph card"
|
||||||
sidebar_label: Statistics graph
|
sidebar_label: Statistics graph
|
||||||
description: "The statistics graph card allows you to display a graph with statistics data for each of the entities listed."
|
description: "The statistics graph card allows you to display a graph with statistics data for each of the entities listed."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The statistics graph card allows you to display a graph of statistics data for each of the entities listed.
|
The statistics graph card allows you to display a graph of statistics data for each of the entities listed.
|
||||||
@ -96,8 +101,3 @@ entities:
|
|||||||
- entity: sensor.inside_temperature
|
- entity: sensor.inside_temperature
|
||||||
name: Inside
|
name: Inside
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Thermostat card"
|
title: "Thermostat card"
|
||||||
sidebar_label: Thermostat
|
sidebar_label: Thermostat
|
||||||
description: "The thermostat card gives control of your climate entity, allowing you to change the temperature and mode of the entity."
|
description: "The thermostat card gives control of your climate entity, allowing you to change the temperature and mode of the entity."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The thermostat card gives control of your [climate](/integrations/#climate) {% term entity %}, allowing you to change the temperature and mode of the {% term entity %}.
|
The thermostat card gives control of your [climate](/integrations/#climate) {% term entity %}, allowing you to change the temperature and mode of the {% term entity %}.
|
||||||
@ -55,8 +60,3 @@ features:
|
|||||||
type: thermostat
|
type: thermostat
|
||||||
entity: climate.nest
|
entity: climate.nest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Card features](/dashboards/features)
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
|
@ -3,6 +3,9 @@ type: card
|
|||||||
title: "Vertical stack card"
|
title: "Vertical stack card"
|
||||||
sidebar_label: Vertical stack
|
sidebar_label: Vertical stack
|
||||||
description: "The vertical stack card allows you to group multiple cards so they always sit in the same column."
|
description: "The vertical stack card allows you to group multiple cards so they always sit in the same column."
|
||||||
|
related:
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The vertical stack card allows you to group multiple cards so they always sit in the same column.
|
The vertical stack card allows you to group multiple cards so they always sit in the same column.
|
||||||
@ -72,6 +75,3 @@ cards:
|
|||||||
Create a grid layout using vertical and horizontal stack.
|
Create a grid layout using vertical and horizontal stack.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
@ -3,6 +3,11 @@ type: card
|
|||||||
title: "Weather forecast card"
|
title: "Weather forecast card"
|
||||||
sidebar_label: Weather forecast
|
sidebar_label: Weather forecast
|
||||||
description: "The weather forecast card displays the weather. Very useful to include on interfaces that people display on the wall."
|
description: "The weather forecast card displays the weather. Very useful to include on interfaces that people display on the wall."
|
||||||
|
related:
|
||||||
|
- docs: /integrations/frontend/
|
||||||
|
title: Themes
|
||||||
|
- docs: /dashboards/cards/
|
||||||
|
title: Dashboard cards
|
||||||
---
|
---
|
||||||
|
|
||||||
The weather forecast card displays the weather. This card is particularly useful on wall-mounted displays.
|
The weather forecast card displays the weather. This card is particularly useful on wall-mounted displays.
|
||||||
@ -153,8 +158,3 @@ Example theme configuration:
|
|||||||
```yaml
|
```yaml
|
||||||
--weather-icon-sunny: url("/local/sunny.png")
|
--weather-icon-sunny: url("/local/sunny.png")
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Themes](/integrations/frontend/)
|
|
||||||
- [Dashboard cards](/dashboards/cards/)
|
|
Loading…
x
Reference in New Issue
Block a user