fixed attributes' description (#10023)

It didn't look right so I made an educated guess.. ;)
This commit is contained in:
akasma74 2019-08-02 13:15:27 +03:00 committed by Franck Nijhof
parent 72b3278bbc
commit c108658396

View File

@ -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