mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 21:10:25 +00:00
move html5 service to html5 domain (#29145)
This commit is contained in:
committed by
Pascal Vizeli
parent
8933540950
commit
fb9f561052
3
homeassistant/components/html5/const.py
Normal file
3
homeassistant/components/html5/const.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Constants for the HTML5 component."""
|
||||
DOMAIN = "html5"
|
||||
SERVICE_DISMISS = "dismiss"
|
||||
Reference in New Issue
Block a user