From 1580b118a28ff364ea44e9bafaaccec80ebc5a86 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 22 Mar 2022 23:30:04 -1000 Subject: [PATCH] Document `no_attributes` flag for history api (#1242) Co-authored-by: Teemu R. --- docs/api/rest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/rest.md b/docs/api/rest.md index 444e6944..26091c40 100644 --- a/docs/api/rest.md +++ b/docs/api/rest.md @@ -202,6 +202,7 @@ You can pass the following optional GET parameters: - `filter_entity_id=` to filter on one or more entities - comma separated. - `end_time=` 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`