mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 12:56:30 +00:00
Document no_attributes
flag for history api (#1242)
Co-authored-by: Teemu R. <tpr@iki.fi>
This commit is contained in:
parent
de074a2415
commit
1580b118a2
@ -202,6 +202,7 @@ You can pass the following optional GET parameters:
|
||||
- `filter_entity_id=<entity_ids>` to filter on one or more entities - comma separated.
|
||||
- `end_time=<timestamp>` to choose the end of the period in URL encoded format (defaults to 1 day).
|
||||
- `minimal_response` to only return `last_changed` and `state` for states other than the first and last state (much faster).
|
||||
- `no_attributes` to skip returning attributes from the database (much faster).
|
||||
- `significant_changes_only` to only return significant state changes.
|
||||
|
||||
Example without `minimal_response`
|
||||
|
Loading…
x
Reference in New Issue
Block a user