mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
After module renaming one should also update the imports
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user