Add device_tracker bluethoot
This commit is contained in:
@@ -532,6 +532,27 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "entities"
|
"type": "entities"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"card": {
|
||||||
|
"show_header_toggle": false,
|
||||||
|
"title": "Dispositivos",
|
||||||
|
"type": "entities"
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"include": [
|
||||||
|
{
|
||||||
|
"attributes": {
|
||||||
|
"scanner": "NmapDeviceScanner"
|
||||||
|
},
|
||||||
|
"domain": "device_tracker",
|
||||||
|
"options": {
|
||||||
|
"secondary_info": "last-changed"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"type": "custom:auto-entities"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "mdi:home-minus",
|
"icon": "mdi:home-minus",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: bluetooth_tracker
|
- platform: bluetooth_tracker
|
||||||
interval_seconds: 120
|
interval_seconds: 250
|
||||||
track_new_devices: false
|
track_new_devices: true
|
||||||
|
|||||||
4
packages/device_tracker/bluetooth_le.yaml_disable
Normal file
4
packages/device_tracker/bluetooth_le.yaml_disable
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
device_tracker:
|
||||||
|
- platform: bluetooth_le_tracker
|
||||||
|
interval_seconds: 180
|
||||||
|
track_new_devices: true
|
||||||
13
packages/device_tracker/googlehome.yaml_disable
Normal file
13
packages/device_tracker/googlehome.yaml_disable
Normal 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
|
||||||
18
packages/device_tracker/nmap.yaml
Normal file
18
packages/device_tracker/nmap.yaml
Normal 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
|
||||||
5
packages/device_tracker/tplink.yaml_disable
Normal file
5
packages/device_tracker/tplink.yaml_disable
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
device_tracker:
|
||||||
|
- platform: tplink
|
||||||
|
host: 10.10.1.1
|
||||||
|
username: admin
|
||||||
|
password: !secret tplink_password
|
||||||
Reference in New Issue
Block a user