Skip to content

Commit

Permalink
fix: add binary sensor device class
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernst79 committed Sep 8, 2022
1 parent 64cdd1e commit d48783e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/bthome_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from __future__ import annotations

from sensor_state_data import (
BinarySensorDeviceClass,
DeviceClass,
DeviceKey,
SensorDescription,
Expand All @@ -17,12 +18,12 @@

__all__ = [
"BTHomeBluetoothDeviceData",
"SensorDescription",
"SensorDeviceInfo",
"BinarySensorDeviceClass",
"DeviceClass",
"DeviceKey",
"SensorUpdate",
"SensorDescription",
"SensorDeviceInfo",
"SensorUpdate",
"SensorValue",
"Units",
]

0 comments on commit d48783e

Please sign in to comment.