The problem
history api call ignores url parameters except first one
calling 'http://192.168.1.10:8123/api/history/period/' . $timestampFrom . '?filter_entity_id=sensor.ksmb_v1_d595_current_step_count&minimal_response&end_time=' . $timestampTo
ignores minimal_response
calling 'http://192.168.1.10:8123/api/history/period/' . $timestampFrom . '?minimal_response&filter_entity_id=sensor.ksmb_v1_d595_current_step_count&end_time=' . $timestampTo
ignores filter_entity_id
both ignore end_time
What version of Home Assistant Core has the issue?
core-2021.11.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
No response
Link to integration documentation on our website
https://developers.home-assistant.io/docs/api/rest/
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The problem
history api call ignores url parameters except first one
calling
'http://192.168.1.10:8123/api/history/period/' . $timestampFrom . '?filter_entity_id=sensor.ksmb_v1_d595_current_step_count&minimal_response&end_time=' . $timestampToignores
minimal_responsecalling
'http://192.168.1.10:8123/api/history/period/' . $timestampFrom . '?minimal_response&filter_entity_id=sensor.ksmb_v1_d595_current_step_count&end_time=' . $timestampToignores
filter_entity_idboth ignore
end_timeWhat version of Home Assistant Core has the issue?
core-2021.11.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
No response
Link to integration documentation on our website
https://developers.home-assistant.io/docs/api/rest/
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response