Skip to content

Commit

Permalink
refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bdfoster committed Jun 12, 2016
1 parent d6e61a4 commit 13b608d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blumate/components/netatmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"""
import logging
from urllib.error import HTTPError
from homeassistant.components import discovery
from homeassistant.const import (
from blumate.components import discovery
from blumate.const import (
CONF_API_KEY, CONF_PASSWORD, CONF_USERNAME)
from homeassistant.helpers import validate_config
from blumate.helpers import validate_config

REQUIREMENTS = [
'https://github.com/jabesq/netatmo-api-python/archive/'
Expand Down

0 comments on commit 13b608d

Please sign in to comment.