Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Arbuzov <info@whitediver.com>
  • Loading branch information
Arbuzov committed Nov 14, 2023
1 parent 6d046fc commit 4873578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/delonghi_primadonna/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

import voluptuous as vol
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import BEVERAGE_SERVICE_NAME, Platform
from homeassistant.const import Platform
from homeassistant.core import HomeAssistant, ServiceCall

from .const import DOMAIN
from .const import BEVERAGE_SERVICE_NAME, DOMAIN
from .device import AvailableBeverage, DelongiPrimadonna

PLATFORMS: list[str] = [
Expand Down

0 comments on commit 4873578

Please sign in to comment.