move html5 service to html5 domain (#29145)

This commit is contained in:
Raman Gupta 2019-11-27 05:13:27 -05:00 committed by Pascal Vizeli
parent 8933540950
commit fb9f561052
4 changed files with 14 additions and 13 deletions

View file

@ -0,0 +1,3 @@
"""Constants for the HTML5 component."""
DOMAIN = "html5"
SERVICE_DISMISS = "dismiss"