core/homeassistant/components/select/const.py

9 lines
164 B
Python
Raw Normal View History

"""Provides the constants needed for the component."""
DOMAIN = "select"
ATTR_OPTIONS = "options"
ATTR_OPTION = "option"
SERVICE_SELECT_OPTION = "select_option"