Update __init__.py
This commit is contained in:
parent
3a58aee32b
commit
1f27426c01
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv
|
|||
from homeassistant.loader import bind_hass
|
||||
from homeassistant.util.dt import utcnow
|
||||
|
||||
from .handler import HassIO
|
||||
from .handler import HassIO, HassioAPIError
|
||||
from .http import HassIOView
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue