Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Nov 19, 2023
1 parent 0e94002 commit 63a067c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions custom_components/heatzy/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import logging

from heatzypy.exception import HeatzyException

from homeassistant.components.switch import SwitchEntity
from homeassistant.config_entries import ConfigEntry
from homeassistant.core import HomeAssistant
Expand All @@ -13,15 +12,7 @@
from homeassistant.helpers.update_coordinator import CoordinatorEntity

from . import HeatzyDataUpdateCoordinator
from .const import (
ATTR_LOCK_SWITCH,
CONF_ATTR,
CONF_ATTRS,
CONF_LOCK,
CONF_PRODUCT_KEY,
DOMAIN,
PILOTE_V2,
)
from .const import ATTR_LOCK_SWITCH, CONF_ATTR, CONF_ATTRS, CONF_LOCK, DOMAIN

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 63a067c

Please sign in to comment.