Skip to content

Commit

Permalink
Merge pull request #205 from tijsverkoyen/202-Config-deprecation
Browse files Browse the repository at this point in the history
Use homeassistant.core_config.Config
  • Loading branch information
tijsverkoyen authored Nov 21, 2024
2 parents 0aa4a01 + e39da5a commit b704cb5
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 b704cb5

Please sign in to comment.