Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.camera.const Namespace Reference

Variables

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

Detailed Description

Constants for Camera component.

Variable Documentation

◆ __all__

homeassistant.components.camera.const.__all__ = all_with_deprecated_constants(globals())
private

Definition at line 74 of file const.py.

◆ __dir__

homeassistant.components.camera.const.__dir__
private
Initial value:
1 = partial(
2  dir_with_deprecated_constants, module_globals_keys=[*globals().keys()]
3 )

Definition at line 71 of file const.py.

◆ __getattr__

homeassistant.components.camera.const.__getattr__ = partial(check_if_deprecated_constant, module_globals=globals())
private

Definition at line 70 of file const.py.

◆ _DEPRECATED_STREAM_TYPE_HLS

homeassistant.components.camera.const._DEPRECATED_STREAM_TYPE_HLS = DeprecatedConstantEnum(StreamType.HLS, "2025.1")
private

Definition at line 65 of file const.py.

◆ _DEPRECATED_STREAM_TYPE_WEB_RTC

homeassistant.components.camera.const._DEPRECATED_STREAM_TYPE_WEB_RTC = DeprecatedConstantEnum(StreamType.WEB_RTC, "2025.1")
private

Definition at line 66 of file const.py.

◆ Final

homeassistant.components.camera.const.Final

Definition at line 23 of file const.py.