mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Cleanup local imports on onewire integration (#42689)
This commit is contained in:
parent
065ad920ea
commit
8fabb99b2e
@ -6,7 +6,6 @@ import os
|
||||
from pi1wire import InvalidCRCException, UnsupportResponseException
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.onewire.onewirehub import OneWireHub
|
||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
from homeassistant.config_entries import SOURCE_IMPORT
|
||||
from homeassistant.const import CONF_HOST, CONF_PORT, CONF_TYPE
|
||||
@ -23,6 +22,7 @@ from .const import (
|
||||
DOMAIN,
|
||||
)
|
||||
from .onewire_entities import OneWire, OneWireProxy
|
||||
from .onewirehub import OneWireHub
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user