Move imports to top for tradfri (#29247)
This commit is contained in:
parent
93150f6f94
commit
9fbb345ce0
8 changed files with 38 additions and 33 deletions
|
@ -5,6 +5,7 @@ from pytradfri.error import PytradfriError
|
|||
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
from .const import DOMAIN
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue