Add TLS config options for mFi sensors and switches

This commit is contained in:
Dan Smith 2016-02-29 18:10:21 -08:00
parent 56e5fa7fb2
commit 70a2a98c02
2 changed files with 9 additions and 2 deletions

View file

@ -24,6 +24,8 @@ sensor:
port: PORT
username: USERNAME
password: PASSWORD
use_tls: true
verify_tls: true
```
Configuration variables:
@ -32,4 +34,5 @@ Configuration variables:
- **port** (*Optional*): The port of your mFi controller. Defaults to 6443.
- **username** (*Required*): The mFi admin username.
- **password** (*Required*): The mFi admin user's password.
- **use_tls** (*Optional*): If true, use TLS to contact the mFi controller. Defaults to true.
- **verify_tls** (*Optional*): Set this to false if your mFi controller has a self-signed certificate. Defaults to true.