mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +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 homeassistant.EventBus import Event
|
||||
from homeassistant.util import ensure_list, matcher
|
||||
from homeassistant.common import ensure_list, matcher
|
||||
|
||||
EVENT_STATE_CHANGED = "state_changed"
|
||||
|
||||
|
@ -5,7 +5,7 @@ import time
|
||||
|
||||
from homeassistant.common import EVENT_START, EVENT_SHUTDOWN
|
||||
from homeassistant.EventBus import Event
|
||||
from homeassistant.util import ensure_list, matcher
|
||||
from homeassistant.common import ensure_list, matcher
|
||||
|
||||
TIME_INTERVAL = 10 # seconds
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user