ZHA component rewrite part 1 (#20456)
* rearrange files * add init to module * update imports * update coveragerc * put blank line back... git raw view be damned
This commit is contained in:
parent
e593383b4d
commit
a0b93c2add
16 changed files with 132 additions and 125 deletions
|
@ -11,7 +11,7 @@ import voluptuous as vol
|
|||
from homeassistant.components import websocket_api
|
||||
from homeassistant.const import ATTR_ENTITY_ID
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from .entities import ZhaDeviceEntity
|
||||
from .device_entity import ZhaDeviceEntity
|
||||
from .const import (
|
||||
DOMAIN, ATTR_CLUSTER_ID, ATTR_CLUSTER_TYPE, ATTR_ATTRIBUTE, ATTR_VALUE,
|
||||
ATTR_MANUFACTURER, ATTR_COMMAND, ATTR_COMMAND_TYPE, ATTR_ARGS, IN, OUT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue