Skip to content

Commit

Permalink
fix config flow invalid handler specified
Browse files Browse the repository at this point in the history
  • Loading branch information
jul-fls committed Jun 18, 2024
1 parent 0222b9f commit c262db2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions custom_components/ecobulles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

from __future__ import annotations

from homeassistant.components.ecobulles.sensor import (
WaterAndCo2UsageCoordinator,
WaterUsageSensor,
CO2UsageSensor,
)

from homeassistant.config_entries import ConfigEntry
from homeassistant.const import Platform
from homeassistant.core import HomeAssistant
Expand Down

0 comments on commit c262db2

Please sign in to comment.