Align documented date attributes with implementation (#1916)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Erik Montnemery 2023-10-06 13:39:27 +02:00 committed by GitHub
parent 1689c128af
commit a866f21133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 | <code>datetime.date &#124; None</code> | **Required** | The value of the date.
Other properties that are common to all entities such as `icon`, `name` etc are also applicable.