1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/event/const.py
2023-07-21 12:16:35 +02:00

6 lines
137 B
Python

"""Provides the constants needed for the component."""
DOMAIN = "event"
ATTR_EVENT_TYPE = "event_type"
ATTR_EVENT_TYPES = "event_types"