Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tile.TileData
 

Namespaces

 homeassistant.components.tile
 

Functions

bool homeassistant.components.tile.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.tile.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

string homeassistant.components.tile.CONF_SHOW_INACTIVE = "show_inactive"
 
int homeassistant.components.tile.DEFAULT_INIT_TASK_LIMIT = 2
 
 homeassistant.components.tile.DEFAULT_UPDATE_INTERVAL = timedelta(minutes=2)
 
list homeassistant.components.tile.DEVICE_TYPES = ["PHONE", "TILE"]
 
list homeassistant.components.tile.PLATFORMS = [Platform.DEVICE_TRACKER]