mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
fix wrong import
This commit is contained in:
parent
4ecd724578
commit
f3199e7dae
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user