10 lines
227 B
Python
10 lines
227 B
Python
"""Constants for the Template Platform Components."""
|
|
|
|
CONF_AVAILABILITY_TEMPLATE = "availability_template"
|
|
|
|
DOMAIN = "template"
|
|
|
|
PLATFORM_STORAGE_KEY = "template_platforms"
|
|
|
|
EVENT_TEMPLATE_RELOADED = "event_template_reloaded"
|