From a20147788e74dc7dbed2e0514712bfda381d649b Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Fri, 21 Oct 2016 14:46:34 +0000 Subject: [PATCH] You can't hide from me Hue! --- configuration.yaml | 14 +++++++------- device_tracker/nmap.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index b53f3c7c..42cb018c 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -18,20 +18,20 @@ discovery: updater: sun: +light: + platform: hue + host: 192.168.10.75 + allow_unreachable: true + emulated_hue: host_ip: 192.168.10.10 # expose_by_default: false exposed_domains: - group - - input_boolean +# - input_boolean # - media_player - switch - - scene - -light: - platform: hue - host: 192.168.10.75 - allow_unreachable: true +# - scene ifttt: key: !secret ifttt_key diff --git a/device_tracker/nmap.yaml b/device_tracker/nmap.yaml index 276a76fb..c130741e 100755 --- a/device_tracker/nmap.yaml +++ b/device_tracker/nmap.yaml @@ -1,4 +1,4 @@ - platform: nmap_tracker - hosts: 192.168.10.100-254 + hosts: 192.168.10.50-254 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