Add SSL
This commit is contained in:
@@ -14,6 +14,7 @@ STEP_USER_DATA_SCHEMA = vol.Schema(
|
||||
{
|
||||
vol.Required("host"): str,
|
||||
vol.Required("port", default=9191): int,
|
||||
vol.Optional("ssl",default=False): bool,
|
||||
vol.Required("username"): str,
|
||||
vol.Required("password"): str,
|
||||
}
|
||||
@@ -33,4 +34,4 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
step_id="user", data_schema=STEP_USER_DATA_SCHEMA
|
||||
)
|
||||
|
||||
return self.async_create_entry(title="Dispatcharr", data=user_input)
|
||||
return self.async_create_entry(title="Dispatcharr", data=user_input)
|
||||
|
||||
Reference in New Issue
Block a user