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

Variables

 __all__ = all_with_deprecated_constants(globals())
 
 __dir__
 
 __getattr__ = partial(check_if_deprecated_constant, module_globals=globals())
 
 Final
 

Detailed Description

Constants for the siren component.

Variable Documentation

◆ __all__

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

Definition at line 56 of file const.py.

◆ __dir__

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

Definition at line 53 of file const.py.

◆ __getattr__

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

Definition at line 52 of file const.py.

◆ Final

homeassistant.components.siren.const.Final

Definition at line 14 of file const.py.