Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.ibeacon.const
 

Variables

string homeassistant.components.ibeacon.const.ATTR_MAJOR = "major"
 
string homeassistant.components.ibeacon.const.ATTR_MINOR = "minor"
 
string homeassistant.components.ibeacon.const.ATTR_SOURCE = "source"
 
string homeassistant.components.ibeacon.const.ATTR_UUID = "uuid"
 
string homeassistant.components.ibeacon.const.CONF_ALLOW_NAMELESS_UUIDS = "allow_nameless_uuids"
 
string homeassistant.components.ibeacon.const.CONF_IGNORE_ADDRESSES = "ignore_addresses"
 
string homeassistant.components.ibeacon.const.CONF_IGNORE_UUIDS = "ignore_uuids"
 
string homeassistant.components.ibeacon.const.DOMAIN = "ibeacon"
 
int homeassistant.components.ibeacon.const.MAX_IDS = 10
 
int homeassistant.components.ibeacon.const.MAX_IDS_PER_UUID = 50
 
tuple homeassistant.components.ibeacon.const.MIN_SEEN_TRANSIENT_NEW
 
list homeassistant.components.ibeacon.const.PLATFORMS = [Platform.DEVICE_TRACKER, Platform.SENSOR]
 
string homeassistant.components.ibeacon.const.SIGNAL_IBEACON_DEVICE_NEW = "ibeacon_tracker_new_device"
 
string homeassistant.components.ibeacon.const.SIGNAL_IBEACON_DEVICE_SEEN = "ibeacon_seen_device"
 
string homeassistant.components.ibeacon.const.SIGNAL_IBEACON_DEVICE_UNAVAILABLE = "ibeacon_tracker_unavailable_device"
 
int homeassistant.components.ibeacon.const.UNAVAILABLE_TIMEOUT = 180
 
 homeassistant.components.ibeacon.const.UPDATE_INTERVAL = timedelta(seconds=60)