1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-14 10:59:15 +00:00
2021-06-18 11:40:29 -07:00

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"