Cover Curr and Set Pos DPS now are chosen in a drop-down menu

This commit is contained in:
rospogrigio
2020-09-30 23:55:34 +02:00
committed by rospogrigio
parent e1594bf474
commit 1bd0a28045
3 changed files with 7 additions and 7 deletions

View File

@@ -39,9 +39,9 @@ CUSTOM_DEVICE = "..."
BASIC_INFO_SCHEMA = vol.Schema(
{
vol.Required(CONF_FRIENDLY_NAME): str,
vol.Required(CONF_LOCAL_KEY): str,
vol.Required(CONF_HOST): str,
vol.Required(CONF_DEVICE_ID): str,
vol.Required(CONF_LOCAL_KEY): str,
vol.Required(CONF_PROTOCOL_VERSION, default="3.3"): vol.In(["3.1", "3.3"]),
}
)