Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Provides the constants needed for the component."""
2 
3 DOMAIN = "event"
4 ATTR_EVENT_TYPE = "event_type"
5 ATTR_EVENT_TYPES = "event_types"