Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tile Namespace Reference

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]
 

Detailed Description

The Tile component.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.tile.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a Tile config entry.

Definition at line 122 of file __init__.py.

Variable Documentation

◆ CONF_SHOW_INACTIVE

string homeassistant.components.tile.CONF_SHOW_INACTIVE = "show_inactive"

Definition at line 30 of file __init__.py.

◆ DEFAULT_INIT_TASK_LIMIT

int homeassistant.components.tile.DEFAULT_INIT_TASK_LIMIT = 2

Definition at line 27 of file __init__.py.

◆ DEFAULT_UPDATE_INTERVAL

homeassistant.components.tile.DEFAULT_UPDATE_INTERVAL = timedelta(minutes=2)

Definition at line 28 of file __init__.py.

◆ DEVICE_TYPES

list homeassistant.components.tile.DEVICE_TYPES = ["PHONE", "TILE"]

Definition at line 25 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.tile.PLATFORMS = [Platform.DEVICE_TRACKER]

Definition at line 24 of file __init__.py.