Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the HTML5 component."""
2 
3 DOMAIN = "html5"
4 DATA_HASS_CONFIG = "html5_hass_config"
5 SERVICE_DISMISS = "dismiss"
6 
7 ATTR_VAPID_PUB_KEY = "vapid_pub_key"
8 ATTR_VAPID_PRV_KEY = "vapid_prv_key"
9 ATTR_VAPID_EMAIL = "vapid_email"