diff --git a/source/_components/sensor.mfi.markdown b/source/_components/sensor.mfi.markdown index 58b25e26ea6..4909c6225b5 100644 --- a/source/_components/sensor.mfi.markdown +++ b/source/_components/sensor.mfi.markdown @@ -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`. diff --git a/source/_components/switch.mfi.markdown b/source/_components/switch.mfi.markdown index 7c0bd1c582b..5e7f850a7f3 100644 --- a/source/_components/switch.mfi.markdown +++ b/source/_components/switch.mfi.markdown @@ -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`.