mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
Align documented datetime attributes with implementation (#1917)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
f8b02bbd34
commit
1689c128af
@ -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 | <code>datetime.datetime | None</code> | **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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user