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