mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Move imports to top in wirelesstag (#33624)
This commit is contained in:
@@ -3,7 +3,7 @@ import logging
|
||||
|
||||
from requests.exceptions import ConnectTimeout, HTTPError
|
||||
import voluptuous as vol
|
||||
from wirelesstagpy import NotificationConfig as NC
|
||||
from wirelesstagpy import NotificationConfig as NC, WirelessTags, WirelessTagsException
|
||||
|
||||
from homeassistant import util
|
||||
from homeassistant.const import (
|
||||
@@ -190,8 +190,6 @@ def setup(hass, config):
|
||||
password = conf.get(CONF_PASSWORD)
|
||||
|
||||
try:
|
||||
from wirelesstagpy import WirelessTags, WirelessTagsException
|
||||
|
||||
wirelesstags = WirelessTags(username=username, password=password)
|
||||
|
||||
platform = WirelessTagPlatform(hass, wirelesstags)
|
||||
|
Reference in New Issue
Block a user