From e29649e76df9ad729df26ab4718320af4cf76860 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Sun, 26 Feb 2017 04:30:43 +0000 Subject: [PATCH] Setting up DHCP Reservations for some stuff. --- configuration.yaml | 2 +- device_tracker/nmap.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 2854bcec..db362d83 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -37,7 +37,7 @@ light: - platform: flux_led automatic_add: True devices: - 192.168.10.179: + 192.168.10.91: name: Garage_Left mode: "rgb" diff --git a/device_tracker/nmap.yaml b/device_tracker/nmap.yaml index 457c1448..14858651 100755 --- a/device_tracker/nmap.yaml +++ b/device_tracker/nmap.yaml @@ -1,4 +1,4 @@ -- platform: nmap_tracker - hosts: 192.168.10.100-250 - track_new_devices: no - # consider_home: 1800 - Added to known_devices.yaml instead on a device by device basis. \ No newline at end of file +- platform: nmap_tracker + hosts: 192.168.10.50-250 + track_new_devices: no + # consider_home: 1800 - Added to known_devices.yaml instead on a device by device basis.