Complete typing of some platforms of deCONZ integration (#67494)
This commit is contained in:
parent
2a538f6ae1
commit
bff91b170f
5 changed files with 31 additions and 26 deletions
|
@ -4,9 +4,8 @@ from __future__ import annotations
|
|||
from collections.abc import Callable
|
||||
|
||||
from homeassistant.const import ATTR_DEVICE_ID, CONF_EVENT
|
||||
from homeassistant.core import HomeAssistant, callback
|
||||
from homeassistant.core import Event, HomeAssistant, callback
|
||||
import homeassistant.helpers.device_registry as dr
|
||||
from homeassistant.helpers.event import Event
|
||||
|
||||
from .const import CONF_GESTURE, DOMAIN as DECONZ_DOMAIN
|
||||
from .deconz_event import CONF_DECONZ_ALARM_EVENT, CONF_DECONZ_EVENT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue