Skip to content

Commit

Permalink
feat: expose ModelInfo (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 16, 2024
1 parent 22357b7 commit 9111e16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/govee_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Units,
)

from .parser import GoveeBluetoothDeviceData, SensorType, get_model_info
from .parser import GoveeBluetoothDeviceData, SensorType, get_model_info, ModelInfo

__version__ = "0.35.1"

Expand All @@ -34,4 +34,5 @@
"SensorValue",
"Units",
"get_model_info",
"ModelInfo",
]

0 comments on commit 9111e16

Please sign in to comment.