Add device_tracker bluethoot

This commit is contained in:
dfcarvajal
2019-08-26 18:29:10 +02:00
parent abf59a55ff
commit dea6385231
6 changed files with 63 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
device_tracker:
- platform: bluetooth_tracker
interval_seconds: 120
track_new_devices: false
interval_seconds: 250
track_new_devices: true

View File

@@ -0,0 +1,4 @@
device_tracker:
- platform: bluetooth_le_tracker
interval_seconds: 180
track_new_devices: true

View File

@@ -0,0 +1,13 @@
googlehome:
devices:
# Cocina
- host: 10.10.1.180
rssi_threshold: -100
track_alarms: true
track_devices: true
#Principal
- host: 10.0.1.181
rssi_threshold: -100
track_alarms: true
track_devices: true

View File

@@ -0,0 +1,18 @@
device_tracker:
- platform: nmap_tracker
hosts:
- 10.10.1.50
- 10.10.1.51
- 10.10.1.52
- 10.10.1.53
- 10.10.1.54
- 10.10.1.55
- 10.10.1.56
- 10.10.1.57
- 10.10.1.58
- 10.10.1.59
- 10.10.1.60
home_interval: 1
exclude:
- 192.168.1.12
- 192.168.1.13

View File

@@ -0,0 +1,5 @@
device_tracker:
- platform: tplink
host: 10.10.1.1
username: admin
password: !secret tplink_password