mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Add TLS config options for mFi sensors and switches
This commit is contained in:
parent
56e5fa7fb2
commit
70a2a98c02
@ -24,12 +24,16 @@ sensor:
|
|||||||
port: PORT
|
port: PORT
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
|
use_tls: true
|
||||||
|
verify_tls: true
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Required*): The IP address or hostname of your mFi controller.
|
- **host** (*Required*): The IP address or hostname of your mFi controller.
|
||||||
- **port** (*Optional*): The port of your mFi controller. Defaults to 6443.
|
- **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.
|
||||||
|
- **verify_tls** (*Optional*): Set this to false if your mFi controller has a self-signed certificate. Defaults to true.
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@ sensor:
|
|||||||
port: PORT
|
port: PORT
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
|
use_tls: true
|
||||||
|
verify_tls: true
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -32,4 +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.
|
||||||
|
- **verify_tls** (*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