Sync with configuration check

This commit is contained in:
Fabian Affolter 2016-09-03 21:40:14 +02:00
parent d5256e8584
commit 167d5632b1
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 8 additions and 8 deletions

View File

@ -24,8 +24,8 @@ sensor:
port: PORT
username: USERNAME
password: PASSWORD
use_tls: true
verify_tls: true
ssl: true
verify_ssl: true
```
Configuration variables:
@ -34,6 +34,6 @@ Configuration variables:
- **port** (*Optional*): The port of your mFi controller. Defaults to 6443 for TLS, otherwise 6080.
- **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.
- **ssl** (*Optional*): If `True`, use SSL/TLS to contact the mFi controller. Defaults to `True`.
- **verify_ssl** (*Optional*): Set this to `False` if your mFi controller has a self-signed certificate. Defaults to `True`.

View File

@ -24,8 +24,8 @@ sensor:
port: PORT
username: USERNAME
password: PASSWORD
use_tls: true
verify_tls: true
ssl: true
verify_ssl: true
```
Configuration variables:
@ -34,5 +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.
- **ssl** (*Optional*): If `True`, use SSL/TLS to contact the mFi controller. Defaults to `True`.
- **verify_ssl** (*Optional*): Set this to `False` if your mFi controller has a self-signed certificate. Defaults to `True`.