mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 14:05:34 +01:00
6 lines
137 B
Python
6 lines
137 B
Python
"""Provides the constants needed for the component."""
|
|
|
|
DOMAIN = "event"
|
|
ATTR_EVENT_TYPE = "event_type"
|
|
ATTR_EVENT_TYPES = "event_types"
|