mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
Closes #105 - Adding Unifi as a Device Tracker!
This commit is contained in:
parent
b3ededa8c9
commit
1e28e94e52
@ -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
|
sleepiq_password: password
|
||||||
aws_access_key_ID: 'AWSACCESSKEYID'
|
aws_access_key_ID: 'AWSACCESSKEYID'
|
||||||
aws_secret_access_key: 'AWSACCESSKEYIDandSECRET'
|
aws_secret_access_key: 'AWSACCESSKEYIDandSECRET'
|
||||||
|
unifi_username: username
|
||||||
|
unifi_password: password
|
||||||
|
unifi_host: host.domain.local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user