mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
fixed attributes' description (#10023)
It didn't look right so I made an educated guess.. ;)
This commit is contained in:
parent
72b3278bbc
commit
c108658396
@ -73,8 +73,8 @@ automations and templates.
|
||||
| ----- | ----- |
|
||||
| `has_time` | `true` if this entity has a time.
|
||||
| `has_date` | `true` if this entity has a date.
|
||||
| `year`<br>`month`<br>`day` | The year, month and day of the date.<br>(only available if `has_| `hour`<br>`minute`<br>`second` | The hour, minute and second of the time.<br>(only available if `has_time: true`)
|
||||
| `timestamp` | A timestamp representing the time held in the input.<br>If `has_
|
||||
| `year`<br>`month`<br>`day` | The year, month and day of the date.<br>(only available if `has_date: true`)
|
||||
| `timestamp` | A timestamp representing the time held in the input.<br>(only available if `has_time: true`)
|
||||
|
||||
### Restore State
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user