Split out deCONZ hub (#112854)

* Rename DeconzGateway to DeconzHub

* Move gateway.py to hub/hub.py
This commit is contained in:
Robert Svensson 2024-03-10 08:25:12 +01:00 committed by GitHub
parent f1b5dcdd1b
commit ffcbab1c20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 61 additions and 61 deletions

View file

@ -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,