remove unused import and code

This commit is contained in:
Bas Nijholt 2020-09-01 08:39:19 +02:00
commit 6ffddbda61

View file

@ -4,13 +4,10 @@ Circadian Lighting Sensor for Home-Assistant.
import logging
from homeassistant.helpers.dispatcher import dispatcher_connect
from homeassistant.helpers.entity import Entity
from custom_components.circadian_lighting import DOMAIN
_LOGGER = logging.getLogger(__name__)
ICON = "mdi:theme-light-dark"