Namespaces | |
| config_flow | |
| const | |
| device_tracker | |
| diagnostics | |
Classes | |
| class | TileData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| string | CONF_SHOW_INACTIVE = "show_inactive" |
| int | DEFAULT_INIT_TASK_LIMIT = 2 |
| DEFAULT_UPDATE_INTERVAL = timedelta(minutes=2) | |
| list | DEVICE_TYPES = ["PHONE", "TILE"] |
| list | PLATFORMS = [Platform.DEVICE_TRACKER] |
The Tile component.
| bool homeassistant.components.tile.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Tile as config entry.
Definition at line 41 of file __init__.py.
| bool homeassistant.components.tile.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a Tile config entry.
Definition at line 122 of file __init__.py.
| string homeassistant.components.tile.CONF_SHOW_INACTIVE = "show_inactive" |
Definition at line 30 of file __init__.py.
| int homeassistant.components.tile.DEFAULT_INIT_TASK_LIMIT = 2 |
Definition at line 27 of file __init__.py.
| homeassistant.components.tile.DEFAULT_UPDATE_INTERVAL = timedelta(minutes=2) |
Definition at line 28 of file __init__.py.
| list homeassistant.components.tile.DEVICE_TYPES = ["PHONE", "TILE"] |
Definition at line 25 of file __init__.py.
| list homeassistant.components.tile.PLATFORMS = [Platform.DEVICE_TRACKER] |
Definition at line 24 of file __init__.py.