mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 00:05:33 +01:00
11 lines
188 B
Python
11 lines
188 B
Python
"""Provides the constants needed for the component."""
|
|
|
|
DOMAIN = "select"
|
|
|
|
ATTR_OPTIONS = "options"
|
|
ATTR_OPTION = "option"
|
|
|
|
CONF_OPTION = "option"
|
|
|
|
SERVICE_SELECT_OPTION = "select_option"
|