Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.html5.config_flow Namespace Reference

Classes

class  HTML5ConfigFlow
 

Functions

str vapid_generate_private_key ()
 
str vapid_get_public_key (str private_key)
 

Detailed Description

Config flow for the html5 component.

Function Documentation

◆ vapid_generate_private_key()

str homeassistant.components.html5.config_flow.vapid_generate_private_key ( )
Generate a VAPID private key.

Definition at line 23 of file config_flow.py.

◆ vapid_get_public_key()

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.