core/homeassistant
Allen Porter 8ca89b10eb
Split StreamState class out of SegmentBuffer (#60423)
This refactoring was pulled out of https://github.com/home-assistant/core/pull/53676 as an
initial step towards reverting the addition of the SegmentBuffer class, which will be
unrolled back into a for loop.

The StreamState class holds the persistent state in stream that is used across stream worker
instantiations, e.g. state across a retry or url expiration, which primarily handles
discontinuities. By itself, this PR is not a large win until follow up PRs further simplify
the SegmentBuffer class.
2021-11-29 22:25:28 -08:00
..
auth Add local only users (#57598) 2021-11-29 14:01:03 -08:00
components Split StreamState class out of SegmentBuffer (#60423) 2021-11-29 22:25:28 -08:00
generated Add Tesla Wall Connector integration (#60000) 2021-11-28 07:41:01 -10:00
helpers Use dataclass for SsdpServiceInfo (#59931) 2021-11-29 06:10:07 -10:00
scripts
util Remove unused OrderedEnum (#60392) 2021-11-26 11:10:39 +01:00
__init__.py
__main__.py
async_timeout_backcompat.py Add integration filtering and error if core options to helpers.frame.report (#60009) 2021-11-20 12:53:04 +02:00
block_async_io.py
bootstrap.py
config.py
config_entries.py Use dataclass for SsdpServiceInfo (#59931) 2021-11-29 06:10:07 -10:00
const.py Add comments to entity category constants (#60276) 2021-11-24 10:46:53 +01:00
core.py
data_entry_flow.py Use dataclass for DhcpServiceInfo (#60136) 2021-11-23 13:35:53 +01:00
exceptions.py
loader.py
package_constraints.txt Bump frontend to 20211129.0 (#60564) 2021-11-29 18:35:41 -08:00
requirements.py
runner.py
setup.py
strings.json