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
|
@ -6,9 +6,9 @@ import voluptuous as vol
|
|||
|
||||
from homeassistant import config_entries
|
||||
|
||||
from .const import (
|
||||
from .core.const import (
|
||||
CONF_RADIO_TYPE, CONF_USB_PATH, DEFAULT_DATABASE_NAME, DOMAIN, RadioType)
|
||||
from .helpers import check_zigpy_connection
|
||||
from .core.helpers import check_zigpy_connection
|
||||
|
||||
|
||||
@config_entries.HANDLERS.register(DOMAIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue