Adjust alexa imports (#78013)
This commit is contained in:
parent
23168434d5
commit
f87e873275
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,14 @@ import logging
|
|||
|
||||
from homeassistant.components import (
|
||||
button,
|
||||
climate,
|
||||
cover,
|
||||
fan,
|
||||
image_processing,
|
||||
input_button,
|
||||
input_number,
|
||||
light,
|
||||
media_player,
|
||||
timer,
|
||||
vacuum,
|
||||
)
|
||||
|
@ -18,8 +20,6 @@ from homeassistant.components.alarm_control_panel import (
|
|||
AlarmControlPanelEntityFeature,
|
||||
CodeFormat,
|
||||
)
|
||||
import homeassistant.components.climate.const as climate
|
||||
import homeassistant.components.media_player.const as media_player
|
||||
from homeassistant.const import (
|
||||
ATTR_CODE_FORMAT,
|
||||
ATTR_SUPPORTED_FEATURES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue