mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
Closes #105 - Adding Unifi as a Device Tracker!
This commit is contained in:
@@ -1 +1 @@
|
||||
0.39.3
|
||||
0.40.0
|
4
device_tracker/unifi.yaml
Executable file
4
device_tracker/unifi.yaml
Executable file
@@ -0,0 +1,4 @@
|
||||
- platform: unifi
|
||||
username: !secret unifi_username
|
||||
password: !secret unifi_password
|
||||
host: !secret unifi_host
|
@@ -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
|
||||
|
Reference in New Issue
Block a user