From b3b11191552bf901ced32caa049f6cd495e20177 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 8 Sep 2021 21:26:09 +0200 Subject: [PATCH] Added a Bluetooth Low Engery (BLE) tracker. --- configuration.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 3656e38..569e662 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -55,3 +55,8 @@ calendar: !include calendars.yaml # DB-recorder configuration recorder: !include recorder.yaml + +# Bluetooth Low Energy tracker +device_tracker: + - platform: bluetooth_le_tracker + track_new_devices: true