Closes #105 - Adding Unifi as a Device Tracker!

This commit is contained in:
CCOSTAN 2017-03-12 02:02:35 +00:00
parent b3ededa8c9
commit 1e28e94e52
3 changed files with 8 additions and 1 deletions

View File

@ -1 +1 @@
0.39.3
0.40.0

4
device_tracker/unifi.yaml Executable file
View File

@ -0,0 +1,4 @@
- platform: unifi
username: !secret unifi_username
password: !secret unifi_password
host: !secret unifi_host

View File

@ -22,3 +22,6 @@ sleepiq_username: user@email.com
sleepiq_password: password
aws_access_key_ID: 'AWSACCESSKEYID'
aws_secret_access_key: 'AWSACCESSKEYIDandSECRET'
unifi_username: username
unifi_password: password
unifi_host: host.domain.local