Move imports to top for hue (#29501)
This commit is contained in:
parent
086d1f432d
commit
009e4df6ef
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
"""Helper functions for Philips Hue."""
|
||||
from homeassistant import config_entries
|
||||
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 homeassistant import config_entries
|
||||
|
||||
from .const import DOMAIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue