diff --git a/source/dashboards/features.markdown b/source/dashboards/features.markdown index 55d238108a16..e0054d5f0034 100644 --- a/source/dashboards/features.markdown +++ b/source/dashboards/features.markdown @@ -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. + +

+ Screenshot of the tile card with the date feature + Screenshot of the tile card with the date feature +

+ +```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). diff --git a/source/images/dashboards/features/date.png b/source/images/dashboards/features/date.png new file mode 100644 index 000000000000..8359ba146cbb Binary files /dev/null and b/source/images/dashboards/features/date.png differ