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.