Classes | |
| class | HTML5ConfigFlow |
Functions | |
| str | vapid_generate_private_key () |
| str | vapid_get_public_key (str private_key) |
Config flow for the html5 component.
| str homeassistant.components.html5.config_flow.vapid_generate_private_key | ( | ) |
Generate a VAPID private key.
Definition at line 23 of file config_flow.py.
| str homeassistant.components.html5.config_flow.vapid_get_public_key | ( | str | private_key | ) |
Get the VAPID public key from a private key.
Definition at line 31 of file config_flow.py.