Fix history not including start time state (#70447)
This commit is contained in:
parent
c7ff4baa6b
commit
6f6b16b410
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ def _get_states_with_session(
|
|||
|
||||
if (
|
||||
run is None
|
||||
and (run := (recorder.run_information_from_instance(hass, utc_point_in_time)))
|
||||
and (run := (recorder.run_information_with_session(session, utc_point_in_time)))
|
||||
is None
|
||||
):
|
||||
# History did not run before utc_point_in_time
|
||||
|
|
Loading…
Add table
Reference in a new issue