Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tag.TagDictStorageCollectionWebsocket
 
class  homeassistant.components.tag.TagEntity
 
class  homeassistant.components.tag.TagIDExistsError
 
class  homeassistant.components.tag.TagIDManager
 
class  homeassistant.components.tag.TagStorageCollection
 
class  homeassistant.components.tag.TagStore
 

Namespaces

 homeassistant.components.tag
 

Functions

er.RegistryEntry homeassistant.components.tag._create_entry (er.EntityRegistry entity_registry, str tag_id, str|None name)
 
None homeassistant.components.tag.async_scan_tag (HomeAssistant hass, str tag_id, str|None device_id, Context|None context=None)
 
bool homeassistant.components.tag.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.tag._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.tag.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
string homeassistant.components.tag.LAST_SCANNED = "last_scanned"
 
string homeassistant.components.tag.LAST_SCANNED_BY_DEVICE_ID = "last_scanned_by_device_id"
 
 homeassistant.components.tag.STORAGE_KEY = DOMAIN
 
int homeassistant.components.tag.STORAGE_VERSION = 1
 
int homeassistant.components.tag.STORAGE_VERSION_MINOR = 3
 
 homeassistant.components.tag.VolDictType