mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
docs: update wifi (#3714)
This commit is contained in:
parent
0ae84dd523
commit
3ce46e7405
@ -255,6 +255,7 @@ These are advanced settings and you will usually need to consult your enterprise
|
||||
eap:
|
||||
username: bob
|
||||
password: VerySafePassword
|
||||
ttls_phase_2: mschapv2
|
||||
- ssid: EAP-TLS_EnterpriseNetwork
|
||||
eap:
|
||||
identity: bob
|
||||
@ -273,6 +274,8 @@ Configuration variables:
|
||||
- **certificate** (*Optional*, string): Path to a PEM encoded certificate to use for EAP-TLS authentication.
|
||||
- **key** (*Optional*, string): Path to a PEM encoded private key matching ``certificate`` for EAP-TLS authentication.
|
||||
Optionally encrypted with ``password``.
|
||||
- **ttls_phase_2** (*Optional*, string): The Phase 2 Authentication Method for EAP-TTLS.
|
||||
Can be ``pap``, ``eap``, ``mschap``, ``mschapv2`` or ``chap``, defaults to ``mschapv2``.
|
||||
|
||||
.. _wifi-on_connect_disconnect:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user