mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Sync with configuration check
This commit is contained in:
parent
d5256e8584
commit
167d5632b1
@ -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`.
|
||||
|
||||
|
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user