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

Variables

string ATTR_VAPID_EMAIL = "vapid_email"
 
string ATTR_VAPID_PRV_KEY = "vapid_prv_key"
 
string ATTR_VAPID_PUB_KEY = "vapid_pub_key"
 
string DATA_HASS_CONFIG = "html5_hass_config"
 
string DOMAIN = "html5"
 
string SERVICE_DISMISS = "dismiss"
 

Detailed Description

Constants for the HTML5 component.

Variable Documentation

◆ ATTR_VAPID_EMAIL

string homeassistant.components.html5.const.ATTR_VAPID_EMAIL = "vapid_email"

Definition at line 9 of file const.py.

◆ ATTR_VAPID_PRV_KEY

string homeassistant.components.html5.const.ATTR_VAPID_PRV_KEY = "vapid_prv_key"

Definition at line 8 of file const.py.

◆ ATTR_VAPID_PUB_KEY

string homeassistant.components.html5.const.ATTR_VAPID_PUB_KEY = "vapid_pub_key"

Definition at line 7 of file const.py.

◆ DATA_HASS_CONFIG

string homeassistant.components.html5.const.DATA_HASS_CONFIG = "html5_hass_config"

Definition at line 4 of file const.py.

◆ DOMAIN

string homeassistant.components.html5.const.DOMAIN = "html5"

Definition at line 3 of file const.py.

◆ SERVICE_DISMISS

string homeassistant.components.html5.const.SERVICE_DISMISS = "dismiss"

Definition at line 5 of file const.py.