Skip to content

Commit

Permalink
Utilize new minimal history API option #373 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih authored Jul 3, 2020
1 parent ffabe95 commit 2178098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ class MiniGraphCard extends LitElement {
url += `?filter_entity_id=${entityId}`;
if (end) url += `&end_time=${end.toISOString()}`;
if (skipInitialState) url += '&skip_initial_state';
url += '&minimal_response';
return this._hass.callApi('GET', url);
}

Expand Down

0 comments on commit 2178098

Please sign in to comment.