1
mirror of https://github.com/home-assistant/core synced 2024-08-06 09:34:49 +02:00

Remove unused config_flows (#46188)

This commit is contained in:
tkdrob 2021-02-08 02:32:24 -05:00 committed by GitHub
parent d02b78c634
commit 66ecd2e0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 6 deletions

View File

@ -16,7 +16,6 @@ from homeassistant.const import (
from homeassistant.helpers import config_validation as cv, discovery
# Loading the config flow file will register the flow
from . import config_flow # noqa: F401
from .const import (
CONF_ACCESS_KEY_ID,
CONF_CONTEXT,

View File

@ -16,7 +16,6 @@ from homeassistant.helpers.device_registry import CONNECTION_NETWORK_MAC
from homeassistant.helpers.typing import HomeAssistantType
from homeassistant.util import Throttle
from . import config_flow # noqa: F401
from .const import CONF_UUID, KEY_MAC, TIMEOUT
_LOGGER = logging.getLogger(__name__)

View File

@ -40,7 +40,6 @@ from homeassistant.util.async_ import run_callback_threadsafe
from homeassistant.util.logging import catch_log_exception
# Loading the config flow file will register the flow
from . import config_flow # noqa: F401 pylint: disable=unused-import
from . import debug_info, discovery
from .const import (
ATTR_PAYLOAD,

View File

@ -12,7 +12,6 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.dispatcher import async_dispatcher_send
from homeassistant.helpers.event import async_call_later
from . import config_flow # noqa: F401
from .const import (
CONF_HOST,
DOMAIN,

View File

@ -16,7 +16,6 @@ from homeassistant.helpers.event import async_track_time_interval
from homeassistant.helpers.typing import ConfigType, HomeAssistantType
from homeassistant.util.json import load_json
from . import config_flow # noqa: F401
from .const import (
ATTR_TRADFRI_GATEWAY,
ATTR_TRADFRI_GATEWAY_MODEL,

View File

@ -36,7 +36,6 @@ from homeassistant.helpers.event import async_track_time_change
from homeassistant.util import convert
import homeassistant.util.dt as dt_util
from . import config_flow # noqa: F401 pylint: disable=unused-import
from . import const, websocket_api as wsapi, workaround
from .const import (
CONF_AUTOHEAL,