Variables | |
| string | ATTR_MAJOR = "major" |
| string | ATTR_MINOR = "minor" |
| string | ATTR_SOURCE = "source" |
| string | ATTR_UUID = "uuid" |
| string | CONF_ALLOW_NAMELESS_UUIDS = "allow_nameless_uuids" |
| string | CONF_IGNORE_ADDRESSES = "ignore_addresses" |
| string | CONF_IGNORE_UUIDS = "ignore_uuids" |
| string | DOMAIN = "ibeacon" |
| int | MAX_IDS = 10 |
| int | MAX_IDS_PER_UUID = 50 |
| tuple | MIN_SEEN_TRANSIENT_NEW |
| list | PLATFORMS = [Platform.DEVICE_TRACKER, Platform.SENSOR] |
| string | SIGNAL_IBEACON_DEVICE_NEW = "ibeacon_tracker_new_device" |
| string | SIGNAL_IBEACON_DEVICE_SEEN = "ibeacon_seen_device" |
| string | SIGNAL_IBEACON_DEVICE_UNAVAILABLE = "ibeacon_tracker_unavailable_device" |
| int | UNAVAILABLE_TIMEOUT = 180 |
| UPDATE_INTERVAL = timedelta(seconds=60) | |
Constants for the iBeacon Tracker integration.
| 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_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 |