1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

iBeacon support for ble_presence (#1627)

This commit is contained in:
Petko Bordjukov
2021-09-02 02:46:15 +03:00
committed by GitHub
parent ea1b5e19f0
commit edcd88123d
7 changed files with 125 additions and 22 deletions

View File

@@ -279,6 +279,9 @@ CONF_HUMIDITY = "humidity"
CONF_HYSTERESIS = "hysteresis"
CONF_I2C = "i2c"
CONF_I2C_ID = "i2c_id"
CONF_IBEACON_MAJOR = "ibeacon_major"
CONF_IBEACON_MINOR = "ibeacon_minor"
CONF_IBEACON_UUID = "ibeacon_uuid"
CONF_ICON = "icon"
CONF_ID = "id"
CONF_IDENTITY = "identity"