mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
Add date card feature docs (#40441)
This commit is contained in:
parent
2a96ef1e02
commit
888b1f77d8
@ -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).
|
||||
|
||||
BIN
source/images/dashboards/features/date.png
Normal file
BIN
source/images/dashboards/features/date.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
Loading…
x
Reference in New Issue
Block a user