Massive Migration! #292

This commit is contained in:
root
2018-01-01 19:00:45 -05:00
commit 1baa895f41
241 changed files with 28076 additions and 0 deletions

15
device_tracker/README.md Executable file
View File

@@ -0,0 +1,15 @@
# [![Build Status](https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master)](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
Be sure to :star: my repo so you can keep up to date on the daily progress!
For presence detection, I basically just use NMAP. I've used it from the beginning and it's been rock solid ever since. No issues at all and if it ain't broken, why fix it?
#Still have questions on my Config?
Follow me on twitter : [@CCostan](https://twitter.com/ccostan)
You can also vist my [Blog](http://www.vmwareinfo.com/search/label/iot) for all of my [Home Automation Posts](http://www.vmwareinfo.com/search/label/iot).
<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/3MkgeKFUVKPNW45Vtwu9Abd4/CCOSTAN/Home-AssistantConfig'>
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/3MkgeKFUVKPNW45Vtwu9Abd4/CCOSTAN/Home-AssistantConfig.svg' />
</a>

7
device_tracker/nmap.yaml Executable file
View File

@@ -0,0 +1,7 @@
- platform: nmap_tracker
hosts: 192.168.10.1/24
track_new_devices: no
exclude:
- 192.168.10.10
# scan_options: " --privileged -sP "
# consider_home: 1800 - Added to known_devices.yaml instead on a device by device basis.

View File

@@ -0,0 +1,5 @@
- platform: ping
hosts:
chromecast_2: 192.168.1.231
camera_driveway: 192.168.1.15
access_point: 192.168.1.59

View File

@@ -0,0 +1,6 @@
- platform: unifi
username: !secret unifi_username
password: !secret unifi_password
host: !secret unifi_host
verify_ssl: false
track_new_devices: no