mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
After module renaming one should also update the imports
This commit is contained in:
parent
43921cb872
commit
0981ea49d1
@ -3,7 +3,7 @@ from threading import RLock
|
|||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
from homeassistant.EventBus import Event
|
from homeassistant.EventBus import Event
|
||||||
from homeassistant.util import ensure_list, matcher
|
from homeassistant.common import ensure_list, matcher
|
||||||
|
|
||||||
EVENT_STATE_CHANGED = "state_changed"
|
EVENT_STATE_CHANGED = "state_changed"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ import time
|
|||||||
|
|
||||||
from homeassistant.common import EVENT_START, EVENT_SHUTDOWN
|
from homeassistant.common import EVENT_START, EVENT_SHUTDOWN
|
||||||
from homeassistant.EventBus import Event
|
from homeassistant.EventBus import Event
|
||||||
from homeassistant.util import ensure_list, matcher
|
from homeassistant.common import ensure_list, matcher
|
||||||
|
|
||||||
TIME_INTERVAL = 10 # seconds
|
TIME_INTERVAL = 10 # seconds
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user