1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-20 19:00:11 +00:00
Files
core/homeassistant/components/html5/const.py
2024-03-08 20:38:34 +01:00

5 lines
87 B
Python

"""Constants for the HTML5 component."""
DOMAIN = "html5"
SERVICE_DISMISS = "dismiss"