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

Variables

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

Detailed Description

Provides the constants needed for component.

Variable Documentation

◆ __all__

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

Definition at line 93 of file const.py.

◆ __dir__

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

Definition at line 90 of file const.py.

◆ __getattr__

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

Definition at line 89 of file const.py.

◆ Final

homeassistant.components.alarm_control_panel.const.Final

Definition at line 14 of file const.py.