]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added minor changes to device_tracker
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 8 Feb 2019 23:13:53 +0000 (00:13 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 8 Feb 2019 23:13:53 +0000 (00:13 +0100)
device_tracker/nmap.yaml
device_tracker/ping.yaml.disabled

index 97eefd26feadaaecc026be0f2c70e4cda0058fc8..9ceaf5c7f707f15ec1c0c4a798e0b29e3ba9be47 100644 (file)
@@ -16,5 +16,5 @@
   # Seconds to wait till marking someone as not home after not being seen
   consider_home: 600
   new_device_defaults:
-    track_new_devices: false
+    track_new_devices: true
     hide_if_away: false
index c0d17009ef04f5ba0cac5047b2f71d6b4399d57a..09624e2eb9a08d3713cae369109070226ff70cc1 100644 (file)
@@ -4,15 +4,15 @@
 
 - platform: ping
   hosts:
-    giorgio: s9.giorgioravera.it
-    laura: a5.giorgioravera.it
-    anna: a3.giorgioravera.it
+    s9: s9.giorgioravera.it
+    a5: a5.giorgioravera.it
+    a3: a3.giorgioravera.it
   count: 5
 
   # Seconds between each scan for new devices
-  interval_seconds: 30
+  interval_seconds: 60
   # Seconds to wait till marking someone as not home after not being seen
   consider_home: 180
   new_device_defaults:
-    track_new_devices: false
+    track_new_devices: true
     hide_if_away: false