From 68ee646b0942e491ef20145dbbc098eacfbe2aeb Mon Sep 17 00:00:00 2001 From: Alex X Date: Mon, 15 Jan 2024 07:49:42 +0300 Subject: [PATCH] Update import for github actions --- custom_components/yandex_station/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/yandex_station/__init__.py b/custom_components/yandex_station/__init__.py index fe488c2..3b93e59 100644 --- a/custom_components/yandex_station/__init__.py +++ b/custom_components/yandex_station/__init__.py @@ -2,7 +2,7 @@ import logging import voluptuous as vol -from homeassistant.components.api import HomeAssistant # important for tests +from homeassistant.components.binary_sensor import HomeAssistant # important for tests from homeassistant.components.media_player import ( ATTR_MEDIA_CONTENT_ID, ATTR_MEDIA_CONTENT_TYPE,