Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 avoid selecting attributes from the database (much faster).
Comment thread
bdraco marked this conversation as resolved.
Outdated
- `significant_changes_only` to only return significant state changes.

Example without `minimal_response`
Expand Down