Skip to content

Commit

Permalink
Update import for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Jan 15, 2024
1 parent 4bef316 commit 2a48a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/yandex_station/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging

import voluptuous as vol
from homeassistant.components.api import HomeAssistant # important for tests
from homeassistant.components.auth import HomeAssistant # important for tests
from homeassistant.components.media_player import (
ATTR_MEDIA_CONTENT_ID,
ATTR_MEDIA_CONTENT_TYPE,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/yandex_station/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
_LOGGER = logging.getLogger(__name__)

INCLUDE_TYPES = ["devices.types.sensor"]
INCLUDE_PROPERTIES = ["devices.properties.float"]
INCLUDE_PROPERTIES = ["devices.properties.float", "devices.properties.event"]

SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
SensorEntityDescription(
Expand Down

0 comments on commit 2a48a67

Please sign in to comment.