Skip to content

Commit

Permalink
Fix binary_sensor platform loading. Fixes #131
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr committed May 18, 2022
1 parent 992bec6 commit 064f200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bhyve/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
"""Support for Orbit BHyve sensors."""
import logging

from homeassistant.components.bhyve.util import filter_configured_devices
from homeassistant.components.binary_sensor import DEVICE_CLASS_MOISTURE
from homeassistant.config_entries import ConfigEntry
from homeassistant.core import HomeAssistant
from homeassistant.helpers.entity_platform import AddEntitiesCallback

from . import BHyveDeviceEntity
from .const import CONF_CLIENT, DEVICE_FLOOD, DOMAIN, EVENT_FS_ALARM
from .util import filter_configured_devices

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 064f200

Please sign in to comment.