Skip to content

Commit

Permalink
Use homeassistant.core_config.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsverkoyen committed Nov 21, 2024
1 parent 0aa4a01 commit e39da5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/fusion_solar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
Custom integration to integrate FusionSolar with Home Assistant.
"""
from homeassistant.core import HomeAssistant, Config
from homeassistant.core import HomeAssistant
from homeassistant.core_config import Config
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import Platform

Expand Down

0 comments on commit e39da5a

Please sign in to comment.