mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
remove unused import and code
This commit is contained in:
parent
76b544682e
commit
6ffddbda61
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue