Move some code around and improve validation (#128)
This commit is contained in:
committed by
GitHub
parent
3b481cd282
commit
d1da841e1f
8
custom_components/auth_oidc/config/__init__.py
Normal file
8
custom_components/auth_oidc/config/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Imports manager"""
|
||||
|
||||
from .const import * # noqa: F403
|
||||
from .schema import CONFIG_SCHEMA as CONFIG_SCHEMA
|
||||
from .ui_flow import (
|
||||
OIDCConfigFlow as OIDCConfigFlow,
|
||||
convert_ui_config_entry_to_internal_format as convert_ui_config_entry_to_internal_format,
|
||||
)
|
||||
Reference in New Issue
Block a user