diff --git a/source/dashboards/features.markdown b/source/dashboards/features.markdown index 12fb0426c0f..7405663ef21 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 00000000000..8359ba146cb Binary files /dev/null and b/source/images/dashboards/features/date.png differ