mirror of
https://github.com/home-assistant/core.git
synced 2025-09-01 10:51:47 +02:00
Change order
This commit is contained in:
@@ -43,10 +43,10 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
OPTIONS_SCHEMA: vol.Schema = vol.Schema(
|
||||
{
|
||||
vol.Required(CONF_COLUMN_NAME): selector.TextSelector(),
|
||||
vol.Required(CONF_QUERY): selector.TextSelector(
|
||||
selector.TextSelectorConfig(multiline=True)
|
||||
),
|
||||
vol.Required(CONF_COLUMN_NAME): selector.TextSelector(),
|
||||
vol.Required(CONF_ADVANCED_OPTIONS): section(
|
||||
vol.Schema(
|
||||
{
|
||||
|
Reference in New Issue
Block a user