mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
c693c219f4
* Add config generation and validation to support various WPA2-EAP authentication methods. Config generate validates that all the required parameters are set in valid combinations. In the event of EAP-TLS, the private key is matched to the certificate to check for pasting errors. Add EAPAuth struct to header. Add eap_auth property to WiFiAP with getters/setters. * Add C++ code for setting WPA2-EAP authentication. * Fix config for x509 EAP-TLS authentication. * Fix a few linting issues. * Fix a couple more linting issues that only showed up in CI * Remove stray character. Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
14 lines
218 B
Text
14 lines
218 B
Text
voluptuous==0.11.7
|
|
PyYAML==5.3.1
|
|
paho-mqtt==1.5.0
|
|
colorlog==4.1.0
|
|
tornado==6.0.4
|
|
protobuf==3.11.3
|
|
tzlocal==2.0.0
|
|
pytz==2020.1
|
|
pyserial==3.4
|
|
ifaddr==0.1.6
|
|
platformio==4.3.3
|
|
esptool==2.8
|
|
cryptography==2.9.2
|
|
click==7.1.2
|