mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
remove unused import
This commit is contained in:
@@ -16,7 +16,7 @@ from homeassistant.components.media_player import (
|
|||||||
MediaPlayerDevice)
|
MediaPlayerDevice)
|
||||||
|
|
||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
CONF_HOST, CONF_PORT, CONF_NAME, STATE_IDLE, STATE_PAUSED, STATE_PLAYING,
|
CONF_HOST, CONF_PORT, STATE_IDLE, STATE_PAUSED, STATE_PLAYING,
|
||||||
ATTR_ENTITY_ID)
|
ATTR_ENTITY_ID)
|
||||||
|
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
Reference in New Issue
Block a user