+++ /dev/null
-######################################################################
-# Device Tracker: Google
-######################################################################
-
-- platform: google_maps
- username: !secret google_maps_username
- password: !secret google_maps_password
--- /dev/null
+######################################################################
+# Device Tracker: Google
+######################################################################
+
+- platform: google_maps
+ username: !secret google_maps_username
+ password: !secret google_maps_password
+
+ # Seconds between each scan for new devices
+ # interval_seconds: 60
+ # Seconds to wait till marking someone as not home after not being seen
+ # consider_home: 600
+ new_device_defaults:
+ track_new_devices: yes
+ hide_if_away: false
+++ /dev/null
-######################################################################
-# Device Tracker: Nmap
-######################################################################
-
-- platform: nmap_tracker
- hosts:
- - s9.giorgioravera.it
- - a5.giorgioravera.it
- - a3.giorgioravera.it
- scan_options: " --privileged -sP "
- # The number of minutes Nmap will not scan this device
- home_interval: 10
-
- # Seconds between each scan for new devices
- interval_seconds: 60
- # Seconds to wait till marking someone as not home after not being seen
- consider_home: 600
- new_device_defaults:
- track_new_devices: false
- hide_if_away: false
--- /dev/null
+######################################################################
+# Device Tracker: Nmap
+######################################################################
+
+- platform: nmap_tracker
+ hosts:
+ - s9.giorgioravera.it
+ - a5.giorgioravera.it
+ - a3.giorgioravera.it
+ scan_options: " --privileged -sP "
+ # The number of minutes Nmap will not scan this device
+ home_interval: 10
+
+ # Seconds between each scan for new devices
+ interval_seconds: 60
+ # Seconds to wait till marking someone as not home after not being seen
+ consider_home: 600
+ new_device_defaults:
+ track_new_devices: false
+ hide_if_away: false