Move imports in hue component (#28121)
This commit is contained in:
parent
25fd930d67
commit
8bdec13bad
6 changed files with 48 additions and 48 deletions
|
@ -1,6 +1,6 @@
|
|||
"""Helper functions for Philips Hue."""
|
||||
from homeassistant.helpers.entity_registry import async_get_registry as get_ent_reg
|
||||
from homeassistant.helpers.device_registry import async_get_registry as get_dev_reg
|
||||
from homeassistant.helpers.entity_registry import async_get_registry as get_ent_reg
|
||||
|
||||
from .const import DOMAIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue