Home Assistant Unofficial Reference 2024.12.1
device_tracker.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tile.device_tracker.TileDeviceTracker
 

Namespaces

 homeassistant.components.tile.device_tracker
 

Functions

None homeassistant.components.tile.device_tracker.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 
bool homeassistant.components.tile.device_tracker.async_setup_scanner (HomeAssistant hass, ConfigType config, AsyncSeeCallback async_see, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.tile.device_tracker._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.tile.device_tracker.ATTR_ALTITUDE = "altitude"
 
string homeassistant.components.tile.device_tracker.ATTR_CONNECTION_STATE = "connection_state"
 
string homeassistant.components.tile.device_tracker.ATTR_IS_DEAD = "is_dead"
 
string homeassistant.components.tile.device_tracker.ATTR_IS_LOST = "is_lost"
 
string homeassistant.components.tile.device_tracker.ATTR_LAST_LOST_TIMESTAMP = "last_lost_timestamp"
 
string homeassistant.components.tile.device_tracker.ATTR_LAST_TIMESTAMP = "last_timestamp"
 
string homeassistant.components.tile.device_tracker.ATTR_RING_STATE = "ring_state"
 
string homeassistant.components.tile.device_tracker.ATTR_TILE_NAME = "tile_name"
 
string homeassistant.components.tile.device_tracker.ATTR_VOIP_STATE = "voip_state"