mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	iBeacon support for ble_presence (#1627)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user