Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.camera.const .CameraState
 
class  homeassistant.components.camera.const .StreamType
 

Namespaces

 homeassistant.components.camera.const
 

Variables

 homeassistant.components.camera.const.__all__ = all_with_deprecated_constants(globals())
 
 homeassistant.components.camera.const.__dir__
 
 homeassistant.components.camera.const.__getattr__ = partial(check_if_deprecated_constant, module_globals=globals())
 
 homeassistant.components.camera.const._DEPRECATED_STREAM_TYPE_HLS = DeprecatedConstantEnum(StreamType.HLS, "2025.1")
 
 homeassistant.components.camera.const._DEPRECATED_STREAM_TYPE_WEB_RTC = DeprecatedConstantEnum(StreamType.WEB_RTC, "2025.1")
 
 homeassistant.components.camera.const.Final