Add date card feature docs (#40441)

This commit is contained in:
Aidan Timson 2025-08-18 13:59:10 +01:00 committed by GitHub
parent 2a96ef1e02
commit 888b1f77d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View File

@ -322,6 +322,27 @@ type:
type: string
{% endconfiguration %}
## Date
Widget that displays a button to select a date using the date picker dialog for the [date](/integrations/date), [datetime](/integrations/datetime), and [input datetime](/integrations/input_datetime) entities.
<p class='img'>
<img src='/images/dashboards/features/date.png' alt='Screenshot of the tile card with the date feature'>
Screenshot of the tile card with the date feature
</p>
```yaml
features:
- type: "date"
```
{% configuration features %}
type:
required: true
description: "`date`"
type: string
{% endconfiguration %}
## Fan direction
Widget that displays controls to change direction for a [fan](/integrations/fan).

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB