You can't hide from me Hue!

This commit is contained in:
CCOSTAN 2016-10-21 14:46:34 +00:00
parent 145b341939
commit a20147788e
2 changed files with 8 additions and 8 deletions

View File

@ -18,20 +18,20 @@ discovery:
updater: updater:
sun: sun:
light:
platform: hue
host: 192.168.10.75
allow_unreachable: true
emulated_hue: emulated_hue:
host_ip: 192.168.10.10 host_ip: 192.168.10.10
# expose_by_default: false # expose_by_default: false
exposed_domains: exposed_domains:
- group - group
- input_boolean # - input_boolean
# - media_player # - media_player
- switch - switch
- scene # - scene
light:
platform: hue
host: 192.168.10.75
allow_unreachable: true
ifttt: ifttt:
key: !secret ifttt_key key: !secret ifttt_key

View File

@ -1,4 +1,4 @@
- platform: nmap_tracker - platform: nmap_tracker
hosts: 192.168.10.100-254 hosts: 192.168.10.50-254
track_new_devices: no track_new_devices: no
# consider_home: 1800 - Added to known_devices.yaml instead on a device by device basis. # consider_home: 1800 - Added to known_devices.yaml instead on a device by device basis.