mirror of
https://github.com/home-assistant/core.git
synced 2025-08-08 07:05:07 +02:00
fix wrong import
This commit is contained in:
@@ -16,9 +16,7 @@ homematic:
|
|||||||
import time
|
import time
|
||||||
import logging
|
import logging
|
||||||
from functools import partial
|
from functools import partial
|
||||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP, \
|
from homeassistant.const import EVENT_HOMEASSISTANT_STOP, STATE_UNKNOWN
|
||||||
ATTR_DISCOVER_DEVICES, \
|
|
||||||
STATE_UNKNOWN
|
|
||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user