mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
isort
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
"""Tests for the Samsung TV Integration."""
|
"""Tests for the Samsung TV Integration."""
|
||||||
import pytest
|
|
||||||
from unittest.mock import call, patch
|
from unittest.mock import call, patch
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
|
from homeassistant.components import samsungtv
|
||||||
|
from homeassistant.components.media_player.const import DOMAIN, SUPPORT_TURN_ON
|
||||||
|
from homeassistant.components.samsungtv.const import DOMAIN as SAMSUNGTV_DOMAIN
|
||||||
|
from homeassistant.components.samsungtv.media_player import SUPPORT_SAMSUNGTV
|
||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
ATTR_ENTITY_ID,
|
ATTR_ENTITY_ID,
|
||||||
ATTR_SUPPORTED_FEATURES,
|
ATTR_SUPPORTED_FEATURES,
|
||||||
@@ -13,10 +18,6 @@ from homeassistant.const import (
|
|||||||
CONF_TIMEOUT,
|
CONF_TIMEOUT,
|
||||||
SERVICE_VOLUME_UP,
|
SERVICE_VOLUME_UP,
|
||||||
)
|
)
|
||||||
from homeassistant.components.media_player.const import DOMAIN, SUPPORT_TURN_ON
|
|
||||||
from homeassistant.components import samsungtv
|
|
||||||
from homeassistant.components.samsungtv.const import DOMAIN as SAMSUNGTV_DOMAIN
|
|
||||||
from homeassistant.components.samsungtv.media_player import SUPPORT_SAMSUNGTV
|
|
||||||
|
|
||||||
ENTITY_ID = f"{DOMAIN}.fake_name"
|
ENTITY_ID = f"{DOMAIN}.fake_name"
|
||||||
MOCK_CONFIG = {
|
MOCK_CONFIG = {
|
||||||
|
Reference in New Issue
Block a user