core/homeassistant/components/event/const.py

6 lines
137 B
Python
Raw Normal View History

2023-07-21 10:16:35 +00:00
"""Provides the constants needed for the component."""
DOMAIN = "event"
ATTR_EVENT_TYPE = "event_type"
ATTR_EVENT_TYPES = "event_types"