Skip to content

Commit

Permalink
Fix #32
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
jpulakka authored Dec 31, 2024
1 parent c85f0d7 commit e2ff634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/nordpool_diff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from __future__ import annotations

from homeassistant.config_entries import ConfigEntry
from homeassistant.core import Config, HomeAssistant
from homeassistant.core_config import Config
from homeassistant.core import HomeAssistant

DOMAIN = "nordpool_diff"
PLATFORMS = ["sensor"]
Expand Down

0 comments on commit e2ff634

Please sign in to comment.