Skip to content

Commit 0fac462

Browse files
authored
Feedback.
1 parent 89a883c commit 0fac462

File tree

1 file changed

+1
-1
lines changed
  • custom_components/circadian_lighting

1 file changed

+1
-1
lines changed

custom_components/circadian_lighting/switch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
ATTR_TRANSITION,
1717
ATTR_XY_COLOR,
1818
)
19-
from homeassistant.core import Event, EventStateChangedData
2019
from homeassistant.components.light import DOMAIN as LIGHT_DOMAIN
2120
from homeassistant.components.light import VALID_TRANSITION, is_on
2221
from homeassistant.components.switch import SwitchEntity
@@ -27,6 +26,7 @@
2726
SERVICE_TURN_ON,
2827
STATE_ON,
2928
)
29+
from homeassistant.core import Event, EventStateChangedData
3030
from homeassistant.helpers.dispatcher import async_dispatcher_connect
3131
from homeassistant.helpers.event import async_track_state_change_event
3232
from homeassistant.helpers.restore_state import RestoreEntity

0 commit comments

Comments
 (0)