From 6ffddbda61b5dd78efa3bdcb58ed788e5794e129 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 1 Sep 2020 08:39:19 +0200 Subject: [PATCH] remove unused import and code --- custom_components/circadian_lighting/sensor.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/custom_components/circadian_lighting/sensor.py b/custom_components/circadian_lighting/sensor.py index 76971eb5..4df3cc1e 100755 --- a/custom_components/circadian_lighting/sensor.py +++ b/custom_components/circadian_lighting/sensor.py @@ -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"