Split out deCONZ hub (#112854)
* Rename DeconzGateway to DeconzHub * Move gateway.py to hub/hub.py
This commit is contained in:
parent
f1b5dcdd1b
commit
ffcbab1c20
25 changed files with 61 additions and 61 deletions
|
@ -17,7 +17,7 @@ from homeassistant.core import HomeAssistant, callback
|
|||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from .deconz_device import DeconzDevice
|
||||
from .gateway import get_gateway_from_config_entry
|
||||
from .hub import get_gateway_from_config_entry
|
||||
|
||||
SENSITIVITY_TO_DECONZ = {
|
||||
"High": PresenceConfigSensitivity.HIGH.value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue