Skip to content

Commit

Permalink
fix import syntax since moving from direct hass intergration
Browse files Browse the repository at this point in the history
  • Loading branch information
krbaker committed Oct 14, 2020
1 parent a6ae687 commit b1ac136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/sunpower/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import voluptuous as vol

from homeassistant.components.sunpower import sunpower
import sunpower

from homeassistant.config_entries import SOURCE_IMPORT, ConfigEntry
from homeassistant.core import HomeAssistant
Expand Down
2 changes: 1 addition & 1 deletion custom_components/sunpower/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Config flow for sunpower integration."""
import logging
import homeassistant.components.sunpower.sunpower as sunpower
import sunpower
import voluptuous as vol

from homeassistant import config_entries, core, exceptions
Expand Down

0 comments on commit b1ac136

Please sign in to comment.