Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| device_tracker | |
| diagnostics | |
| entity | |
| sensor | |
| switch | |
Classes | |
| class | Trackables |
| class | TractiveClient |
| class | TractiveData |
Functions | |
| Trackables|None | _generate_trackables (aiotractive.Tractive client, aiotractive.trackable_object.TrackableObject trackable) |
| bool | async_setup_entry (HomeAssistant hass, TractiveConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, TractiveConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS |
| TractiveConfigEntry | |
The tractive integration.
|
private |
Generate trackables.
Definition at line 127 of file __init__.py.
| bool homeassistant.components.tractive.async_setup_entry | ( | HomeAssistant | hass, |
| TractiveConfigEntry | entry | ||
| ) |
Set up tractive from a config entry.
Definition at line 79 of file __init__.py.
| bool homeassistant.components.tractive.async_unload_entry | ( | HomeAssistant | hass, |
| TractiveConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 159 of file __init__.py.
|
private |
Definition at line 54 of file __init__.py.
| list homeassistant.components.tractive.PLATFORMS |
Definition at line 46 of file __init__.py.
| homeassistant.components.tractive.TractiveConfigEntry |
Definition at line 76 of file __init__.py.