1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00: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

@@ -294,6 +294,11 @@ binary_sensor:
- platform: ble_presence
service_uuid: '11223344-5566-7788-99aa-bbccddeeff00'
name: 'BLE Test Service 128 Presence'
- platform: ble_presence
ibeacon_uuid: '11223344-5566-7788-99aa-bbccddeeff00'
ibeacon_major: 100
ibeacon_minor: 1
name: 'BLE Test iBeacon Presence'
- platform: esp32_touch
name: 'ESP32 Touch Pad GPIO27'
pin: GPIO27