1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-19 16:30:03 +01:00
Files
core/homeassistant/components/html5/const.py

16 lines
348 B
Python

"""Constants for the HTML5 component."""
DOMAIN = "html5"
DATA_HASS_CONFIG = "html5_hass_config"
SERVICE_DISMISS = "dismiss"
ATTR_VAPID_PUB_KEY = "vapid_pub_key"
ATTR_VAPID_PRV_KEY = "vapid_prv_key"
ATTR_VAPID_EMAIL = "vapid_email"
REGISTRATIONS_FILE = "html5_push_registrations.conf"
ATTR_ACTION = "action"
ATTR_DATA = "data"
ATTR_TAG = "tag"