From 1689c128af9ee5bd718f0612eb6c1e0ee6385ac7 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 6 Oct 2023 13:39:10 +0200 Subject: [PATCH] Align documented datetime attributes with implementation (#1917) Co-authored-by: Martin Hjelmare Co-authored-by: Franck Nijhof --- docs/core/entity/datetime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/datetime.md b/docs/core/entity/datetime.md index b9066a58..b9dc3404 100644 --- a/docs/core/entity/datetime.md +++ b/docs/core/entity/datetime.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 | datetime | **Required** | The value of the datetime. Must include timezone info. +| native_value | datetime.datetime | None | **Required** | The value of the datetime. Must include timezone info. Other properties that are common to all entities such as `icon`, `name` etc are also applicable.