Fix dev branch (#22493)

This commit is contained in:
Jason Hu 2019-03-28 03:09:12 -07:00 committed by Pascal Vizeli
parent 4db224ceb5
commit 8d86722c0e
4 changed files with 16 additions and 5 deletions

View file

@ -1,6 +1,5 @@
"""Support for Homekit device discovery."""
import logging
import os
from homeassistant.components.discovery import SERVICE_HOMEKIT
from homeassistant.helpers import discovery
@ -9,7 +8,7 @@ from homeassistant.helpers.entity import Entity
from .config_flow import load_old_pairings
from .connection import get_accessory_information, HKDevice
from .const import (
CONTROLLER, HOMEKIT_DIR, KNOWN_DEVICES, PAIRING_FILE
CONTROLLER, KNOWN_DEVICES
)
from .const import DOMAIN # noqa: pylint: disable=unused-import