Namespaces | |
| config_entry | |
| const | |
| device_condition | |
| device_trigger | |
| legacy | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | is_on (HomeAssistant hass, str entity_id) |
Variables | |
| __all__ | |
| __dir__ | |
| __getattr__ | |
| check_if_deprecated_constant | |
| dir_with_deprecated_constants | |
| module_globals | |
| module_globals_keys | |
Provide functionality to keep track of devices.
| bool homeassistant.components.device_tracker.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the device tracker.
Definition at line 71 of file __init__.py.
| bool homeassistant.components.device_tracker.is_on | ( | HomeAssistant | hass, |
| str | entity_id | ||
| ) |
Return the state if any or a specified device is home.
Definition at line 66 of file __init__.py.
|
private |
Definition at line 84 of file __init__.py.
|
private |
Definition at line 81 of file __init__.py.
|
private |
Definition at line 80 of file __init__.py.
| homeassistant.components.device_tracker.check_if_deprecated_constant |
Definition at line 80 of file __init__.py.
| homeassistant.components.device_tracker.dir_with_deprecated_constants |
Definition at line 82 of file __init__.py.
| homeassistant.components.device_tracker.module_globals |
Definition at line 80 of file __init__.py.
| homeassistant.components.device_tracker.module_globals_keys |
Definition at line 82 of file __init__.py.