Files
ha-core/homeassistant/components/device_tracker
Dan 68ef55a982 Add exclude option to nmap device tracker (#2983)
* Add exclude option to nmap device tracker

Adds an optional exclude paramater to nmap device tracker.
Devices specified in the exclude list will never be scanned
by nmap. This can help to reduce log spam.

ex:
```
device_tracker:
  - platform: nmap_tracker
    hosts: 10.0.0.1/24
    home_interval: 1
    interval_seconds: 12
    consider_home: 120
    track_new_devices: yes
    exclude:
      - 10.0.0.2
      - 10.0.0.1
```

* Handle optional exclude

* Style fixed
2016-09-03 16:41:38 -07:00
..
2016-09-01 22:28:46 -06:00
2016-03-07 21:18:53 +01:00
2016-06-14 22:12:44 -07:00
2016-03-07 21:18:53 +01:00
2016-08-31 08:16:01 +05:30
2016-01-02 16:01:58 -06:00
2016-03-07 21:18:53 +01:00
2016-03-07 21:18:53 +01:00