Adjust alexa imports (#78013)

This commit is contained in:
epenet 2022-09-08 09:45:22 +02:00 committed by GitHub
parent 23168434d5
commit f87e873275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,14 @@ import logging
from homeassistant.components import ( from homeassistant.components import (
button, button,
climate,
cover, cover,
fan, fan,
image_processing, image_processing,
input_button, input_button,
input_number, input_number,
light, light,
media_player,
timer, timer,
vacuum, vacuum,
) )
@ -18,8 +20,6 @@ from homeassistant.components.alarm_control_panel import (
AlarmControlPanelEntityFeature, AlarmControlPanelEntityFeature,
CodeFormat, CodeFormat,
) )
import homeassistant.components.climate.const as climate
import homeassistant.components.media_player.const as media_player
from homeassistant.const import ( from homeassistant.const import (
ATTR_CODE_FORMAT, ATTR_CODE_FORMAT,
ATTR_SUPPORTED_FEATURES, ATTR_SUPPORTED_FEATURES,