Skip to content

Commit

Permalink
Update imports for backward tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Apr 18, 2024
1 parent c68cdbb commit 9c9ce4f
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions tests/test_backward.py
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
from homeassistant.const import REQUIRED_PYTHON_VER

from custom_components.yandex_station import *
from custom_components.yandex_station.button import YandexCustomButton
from custom_components.yandex_station.camera import YandexLyrics
from custom_components.yandex_station.climate import YandexClimate
from custom_components.yandex_station.config_flow import YandexStationFlowHandler
from custom_components.yandex_station.cover import YandexCover
from custom_components.yandex_station.diagnostics import (
async_get_config_entry_diagnostics,
)
from custom_components.yandex_station.humidifier import YandexHumidifier
from custom_components.yandex_station.intent import async_setup_intents
from custom_components.yandex_station.light import YandexLight
from custom_components.yandex_station.media_player import YandexIntents
from custom_components.yandex_station.notify import YandexStationNotificationService
from custom_components.yandex_station.number import YandexCustomNumber
from custom_components.yandex_station.remote import YandexOther
from custom_components.yandex_station.select import YandexEqualizer
from custom_components.yandex_station.sensor import YandexCustomSensor
from custom_components.yandex_station.switch import YandexSwitch
from custom_components.yandex_station.vacuum import YandexVacuum
from custom_components.yandex_station.water_heater import YandexKettle
from custom_components.yandex_station.button import *
from custom_components.yandex_station.camera import *
from custom_components.yandex_station.climate import *
from custom_components.yandex_station.config_flow import *
from custom_components.yandex_station.cover import *
from custom_components.yandex_station.diagnostics import *
from custom_components.yandex_station.humidifier import *
from custom_components.yandex_station.intent import *
from custom_components.yandex_station.light import *
from custom_components.yandex_station.media_player import *
from custom_components.yandex_station.notify import *
from custom_components.yandex_station.number import *
from custom_components.yandex_station.remote import *
from custom_components.yandex_station.select import *
from custom_components.yandex_station.sensor import *
from custom_components.yandex_station.switch import *
from custom_components.yandex_station.vacuum import *
from custom_components.yandex_station.water_heater import *


def test_backward():
Expand Down

0 comments on commit 9c9ce4f

Please sign in to comment.