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