Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev' of https://github.com/rccoleman/lamarzocco into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rccoleman committed Dec 18, 2020
2 parents 2fc972f + c8a2e32 commit 50a1836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions custom_components/lamarzocco/api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import errno
import logging
from socket import error as SocketError

import lmdirect.cmds as CMD
from authlib.integrations.base_client.errors import OAuthError
from authlib.integrations.httpx_client import AsyncOAuth2Client
from homeassistant.const import CONF_HOST, CONF_PASSWORD, CONF_USERNAME
Expand Down
2 changes: 0 additions & 2 deletions custom_components/lamarzocco/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

from .const import (
ATTR_STATUS_MAP,
DOMAIN,
DEVICE_MAP,
ATTRIBUTION,
CONF_SERIAL_NUMBER,
DEFAULT_NAME,
Expand Down

0 comments on commit 50a1836

Please sign in to comment.