mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Sync with configuration check
This commit is contained in:
parent
d5256e8584
commit
167d5632b1
@ -24,8 +24,8 @@ sensor:
|
|||||||
port: PORT
|
port: PORT
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
use_tls: true
|
ssl: true
|
||||||
verify_tls: true
|
verify_ssl: true
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -34,6 +34,6 @@ Configuration variables:
|
|||||||
- **port** (*Optional*): The port of your mFi controller. Defaults to 6443 for TLS, otherwise 6080.
|
- **port** (*Optional*): The port of your mFi controller. Defaults to 6443 for TLS, otherwise 6080.
|
||||||
- **username** (*Required*): The mFi admin username.
|
- **username** (*Required*): The mFi admin username.
|
||||||
- **password** (*Required*): The mFi admin user's password.
|
- **password** (*Required*): The mFi admin user's password.
|
||||||
- **use_tls** (*Optional*): If true, use TLS to contact the mFi controller. Defaults to true.
|
- **ssl** (*Optional*): If `True`, use SSL/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.
|
- **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
|
port: PORT
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
use_tls: true
|
ssl: true
|
||||||
verify_tls: true
|
verify_ssl: true
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -34,5 +34,5 @@ Configuration variables:
|
|||||||
- **port** (*Optional*): The port of your mFi controller. Defaults to 6443.
|
- **port** (*Optional*): The port of your mFi controller. Defaults to 6443.
|
||||||
- **username** (*Required*): The mFi admin username.
|
- **username** (*Required*): The mFi admin username.
|
||||||
- **password** (*Required*): The mFi admin user's password.
|
- **password** (*Required*): The mFi admin user's password.
|
||||||
- **use_tls** (*Optional*): If true, use TLS to contact the mFi controller. Defaults to true.
|
- **ssl** (*Optional*): If `True`, use SSL/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.
|
- **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