-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of api encryption #152
Comments
After the library migration in #167 this should not be that hard to implement. |
fix implemented |
@DutchmanNL sorry to bother, where is this implemented - i can't seem to find a change? Do you only have the fix locally currently maybe? |
I See I was a little to quick closing this issue Based on your PR the new APi dependency is integrated which supports encryption, but that's only backend also need to include it in adapter logic + admin settings Reopen |
Works perfect! |
Lovely thank you confirming! |
Hi,
its planned to support api encryption (Optional): Enable transport encryption of the API layer?
The password option is Deprecated.
https://esphome.io/components/api.html
password (Optional, Deprecated, string): The password to protect the API Server with. Defaults to no password. It is recommended to use the encryption -> key above instead of the the password.
Are you working on a new release? Last update was on 2021?
The text was updated successfully, but these errors were encountered: