Try to copy over files

This commit is contained in:
Bas Nijholt 2022-08-28 13:42:55 -07:00
commit b9ff3d6f9a
5 changed files with 42 additions and 11 deletions

View file

@ -1,7 +1,7 @@
"""Tests for Adaptive Lighting integration."""
from homeassistant import config_entries
import adaptive_lighting
from adaptive_lighting.const import (
from homeassistant.components import adaptive_lighting
from homeassistant.components.adaptive_lighting.const import (
DEFAULT_NAME,
UNDO_UPDATE_LISTENER,
)