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

Variables

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

Detailed Description

Device tracker constants.

Variable Documentation

◆ __all__

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

Definition at line 81 of file const.py.

◆ __dir__

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

Definition at line 78 of file const.py.

◆ __getattr__

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

Definition at line 77 of file const.py.

◆ CONNECTED_DEVICE_REGISTERED

homeassistant.components.device_tracker.const.CONNECTED_DEVICE_REGISTERED
Initial value:
1 = SignalType[dict[str, str | None]](
2  "device_tracker_connected_device_registered"
3 )

Definition at line 72 of file const.py.

◆ Final

homeassistant.components.device_tracker.const.Final

Definition at line 19 of file const.py.