From a866f21133be303f3d64fcb47c2773cafa49e189 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 6 Oct 2023 13:39:27 +0200 Subject: [PATCH] Align documented date attributes with implementation (#1916) Co-authored-by: Franck Nijhof --- docs/core/entity/date.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/date.md b/docs/core/entity/date.md index 73bb0da8..2476dac9 100644 --- a/docs/core/entity/date.md +++ b/docs/core/entity/date.md @@ -13,7 +13,7 @@ Properties should always only return information from memory and not do I/O (lik | Name | Type | Default | Description | ---- | ---- | ------- | ----------- -| native_value | date | **Required** | The value of the date. +| native_value | datetime.date | None | **Required** | The value of the date. Other properties that are common to all entities such as `icon`, `name` etc are also applicable.