Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.stream.recorder Namespace Reference

Classes

class  RecorderOutput
 

Functions

None async_setup_recorder (HomeAssistant hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Provide functionality to record stream.

Function Documentation

◆ async_setup_recorder()

None homeassistant.components.stream.recorder.async_setup_recorder ( HomeAssistant  hass)
Only here so Provider Registry works.

Definition at line 31 of file recorder.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.stream.recorder._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file recorder.py.