fix wrong import
This commit is contained in:
parent
4ecd724578
commit
f3199e7dae
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ homematic:
|
|||
import time
|
||||
import logging
|
||||
from functools import partial
|
||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP, \
|
||||
ATTR_DISCOVER_DEVICES, \
|
||||
STATE_UNKNOWN
|
||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP, STATE_UNKNOWN
|
||||
from homeassistant.helpers import discovery
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue