Cleanup root component imports in tests (#78893)

This commit is contained in:
epenet 2022-09-21 18:57:41 +02:00 committed by GitHub
parent cd6697615f
commit 0d696b84b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 82 additions and 88 deletions

View file

@ -2,13 +2,13 @@
from collections import defaultdict
from unittest.mock import patch
from homeassistant.components.media_player import MediaPlayerEntityFeature
from homeassistant.components.media_player.const import (
from homeassistant.components.media_player import (
ATTR_INPUT_SOURCE,
ATTR_INPUT_SOURCE_LIST,
ATTR_MEDIA_VOLUME_LEVEL,
DOMAIN as MEDIA_PLAYER_DOMAIN,
SERVICE_SELECT_SOURCE,
MediaPlayerEntityFeature,
)
from homeassistant.components.ws66i.const import (
CONF_SOURCES,